diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-02 16:00:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-02 16:00:38 +0000 |
commit | 075d72c8d9fa81f59ccfff4279f9d50547d92e67 (patch) | |
tree | 128d6341ff9233fd25f477340243be35ee4cecae /emulators | |
parent | dba58f8d58ace9f44f7d3b8ec2f597a9fe77a112 (diff) | |
download | pkgsrc-075d72c8d9fa81f59ccfff4279f9d50547d92e67.tar.gz |
Disabled CHECK_INTERPRETER for the Linux emulation packages, since the
scripts are rarely used. At least, no one seems to have complained up to
now.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse100_linux/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common index c4cab9d7900..736ddc529d2 100644 --- a/emulators/suse100_linux/Makefile.common +++ b/emulators/suse100_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2006/08/06 03:30:28 perry Exp $ +# $NetBSD: Makefile.common,v 1.12 2006/10/02 16:00:38 rillig Exp $ .include "../../emulators/suse100_linux/vars.mk" .include "../../emulators/suse100_linux/arch.mk" @@ -29,6 +29,9 @@ DIST_SUBDIR?= suse${SUSE_VERSION:S/.//}/${SUSE_ARCH} WRKSRC?= ${WRKDIR} MANCOMPRESSED?= yes +# Don't check any script interpreter, as long as nobody complains. +CHECK_INTERPRETER_SKIP= * + EMULSUBDIR= emul/linux EMULDIR= ${PREFIX}/${EMULSUBDIR} |