From b1b6cde3034e43747094a7be22c9300928c9f22f Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 9 Apr 2002 01:29:25 +0000 Subject: add a default value for SUSE_DIR_PREFIX for non-i386 machines. This is done so that the creation of the bulk build cache files works correctly on non-i386 machines. This speeds up the marking of all compat_linux packages as not available. This change has no effect on i386. --- emulators/suse_linux/Makefile.application | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index 82edb7fd717..0ed1fe5045a 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.3 2002/04/04 20:31:30 tron Exp $ +# $NetBSD: Makefile.application,v 1.4 2002/04/09 01:29:25 dmcmahill Exp $ .include "../../mk/bsd.prefs.mk" @@ -20,5 +20,10 @@ SUSE_VERSION= 7.3 .endif .else +# we put a value here so that the creation of the bulk +# build cache files works correctly on non-i386 machines. +# This speeds up the marking of all compat_linux packages +# as not available. +SUSE_DIR_PREFIX= suse .include "../../mk/bsd.pkg.mk" .endif -- cgit v1.2.3