From e9609e8c76869b7bac4280407f9bc2e6a1b31ba3 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Thu, 6 Mar 2003 05:24:17 +0000 Subject: . Allow package building on bento to bypass the distfile check. Requested by: kris --- java/linux-ibm-jdk13/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/linux-ibm-jdk13/Makefile b/java/linux-ibm-jdk13/Makefile index 559635e1f371..6a1c1dc104d8 100644 --- a/java/linux-ibm-jdk13/Makefile +++ b/java/linux-ibm-jdk13/Makefile @@ -47,7 +47,7 @@ CPIO?= /usr/bin/cpio .include -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE=You must manually fetch the IBM Java SDK ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif -- cgit v1.2.3