summaryrefslogtreecommitdiff
path: root/mk/platform/Linux.mk
diff options
context:
space:
mode:
authortv <tv>2004-11-16 18:04:00 +0000
committertv <tv>2004-11-16 18:04:00 +0000
commit531ef9cbd7d28ba941852a06e2347a477e504089 (patch)
treef2441ff2623536c13ec94978c02ca7fe9fab6405 /mk/platform/Linux.mk
parentcdda95bf8a7914668990bd10bfb4bbc7def0ad7c (diff)
downloadpkgsrc-531ef9cbd7d28ba941852a06e2347a477e504089.tar.gz
Revert previous (re-add common CPP_PRECOMP_FLAGS). For consistency, also
move usage of _USER_DEPENDS and _OPSYS_MAX_CMDLEN to bsd.pkg.mk.
Diffstat (limited to 'mk/platform/Linux.mk')
-rw-r--r--mk/platform/Linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index d7ee5e100e7..7287a15baad 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.4 2004/11/16 16:21:40 tv Exp $
+# $NetBSD: Linux.mk,v 1.5 2004/11/16 18:04:00 tv Exp $
#
# Variable definitions for the Linux operating system.
@@ -129,6 +129,7 @@ TYPE?= type # Shell builtin
WC?= /usr/bin/wc
XARGS?= /usr/bin/xargs -r
+CPP_PRECOMP_FLAGS?= # unset
DEF_UMASK?= 022
DEFAULT_SERIAL_DEVICE?= /dev/null
EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table
@@ -196,7 +197,6 @@ LOCALBASE?= ${DESTDIR}/usr/pkg
# FIXME: Adjust to work on this system and enable the lines below.
#.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL)
#_OPSYS_MAX_CMDLEN!= /sbin/sysctl -n kern.argmax
-#CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
#.endif
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'