diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-02-16 10:42:00 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-02-16 10:42:00 +0000 |
commit | 931c1889a653386dc1f7ad90bfe5570b9be131c3 (patch) | |
tree | 994bf2f0787401438017ef63c30cb6c2ea471e29 /mk/platform/Interix.mk | |
parent | 7384a7a4a354baa056a5be1a5d4b445e24f2a60c (diff) | |
download | pkgsrc-931c1889a653386dc1f7ad90bfe5570b9be131c3.tar.gz |
Remove obsolete bulk build variables.
Diffstat (limited to 'mk/platform/Interix.mk')
-rw-r--r-- | mk/platform/Interix.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 610b32e96d8..220952b62e0 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.75 2015/02/01 11:42:59 obache Exp $ +# $NetBSD: Interix.mk,v 1.76 2015/02/16 10:42:00 jperkin Exp $ # # Variable definitions for the Interix operating system. @@ -55,7 +55,6 @@ MAKE_FLAGS+= MKCATPAGES=no NOLINT=1 ### # NetBSD's faster, vfork-capable shell (not yet in pkgsrc) -#BULK_PREREQ+= shells/nbsh .if exists(${PREFIX}/bin/nbsh) TOOLS_SHELL?= ${PREFIX}/bin/nbsh WRAPPER_SHELL?= ${PREFIX}/bin/nbsh @@ -64,12 +63,6 @@ WRAPPER_SHELL?= ${PREFIX}/bin/nbsh INSTALL?= ${PREFIX}/bin/install-sh SED?= ${PREFIX}/bin/nbsed -.if defined(BATCH) -BULK_PREREQ+= lang/perl5 -USE_BULK_BROKEN_CHECK?= no -USE_BULK_TIMESTAMPS?= no -.endif - ### ### Platform definitions common to pkgsrc/mk/platform/*.mk ### |