From 9c03018327ade6b3b6c0cdc44f771ecca5087b0d Mon Sep 17 00:00:00 2001 From: trevor Date: Tue, 15 Mar 2005 05:25:17 +0000 Subject: Don't error out when the user defines USE_LINUX (See PR 69997 and bsd.port.mk 1.505). --- emulators/linux_base-8/Makefile | 4 +--- emulators/linux_base-rh-9/Makefile | 4 +--- emulators/linux_base-suse-9.1/Makefile | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) (limited to 'emulators') diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 3e5c3006baa5..7dd465eb476f 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -70,9 +70,7 @@ MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +.undef USE_LINUX .include diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 67e9891352ba..897e6cb83eb8 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -68,9 +68,7 @@ PLIST= ${WRKDIR}/pkg-plist # Red Hat Linux 9 is only available in English. LANG= en -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +.undef USE_LINUX .include diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index ec8f1b05fda4..a6ae7f8a1742 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -58,9 +58,7 @@ NO_FILTER_SHLIBS= yes NO_MTREE= yes PLIST= ${WRKDIR}/pkg-plist -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +.undef USE_LINUX .include DBPATH= /var/lib/rpm -- cgit