summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-09 00:47:23 +0000
committerhubertf <hubertf>1998-02-09 00:47:23 +0000
commit6ee7fd521ee5f00bddf0678f780cb8b2c75a1d8d (patch)
tree5cf7db537a76f66f4282ce1554783586c2eff3ab /mk
parent1835ad7e6a390e1a9957e6dc4315f3f4f13224b3 (diff)
downloadpkgsrc-6ee7fd521ee5f00bddf0678f780cb8b2c75a1d8d.tar.gz
Fix PR 4884 by replacing STRIP with STRIPFLAG.
This addes yet another step towards bsd.pkg.mk. :)
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
-rw-r--r--mk/bsd.pkg.subdir.mk6
-rw-r--r--mk/bsd.port.mk4
-rw-r--r--mk/bsd.port.subdir.mk6
4 files changed, 10 insertions, 10 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 4169bb00adb..361ab0e6b7d 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $NetBSD: bsd.pkg.mk,v 1.43 1998/02/02 08:11:49 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.44 1998/02/09 00:47:23 hubertf Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@@ -551,7 +551,7 @@ SHAREMODE = ${DOCMODE}
# A few aliases for *-install targets
INSTALL_PROGRAM= \
- ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
+ ${INSTALL} ${COPY} ${STRIPFLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
INSTALL_SCRIPT= \
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
INSTALL_DATA= \
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk
index c42904c9c30..334d4d13210 100644
--- a/mk/bsd.pkg.subdir.mk
+++ b/mk/bsd.pkg.subdir.mk
@@ -1,6 +1,6 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
-# $NetBSD: bsd.pkg.subdir.mk,v 1.7 1998/01/30 14:33:48 agc Exp $
+# $NetBSD: bsd.pkg.subdir.mk,v 1.8 1998/02/09 00:47:25 hubertf Exp $
#
# The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories.
@@ -8,7 +8,7 @@
#
# +++ variables +++
#
-# STRIP The flag passed to the install program to cause the binary
+# STRIPFLAG The flag passed to the install program to cause the binary
# to be stripped. This is to be used when building your
# own install script so that the entire system can be made
# stripped/not-stripped using a single knob. [-s]
@@ -38,7 +38,7 @@
.MAIN: all
.if !defined(DEBUG_FLAGS)
-STRIP?= -s
+STRIPFLAG?= -s
.endif
.if !defined(OPSYS) # XXX !!
diff --git a/mk/bsd.port.mk b/mk/bsd.port.mk
index 006b00ed564..08b60a628b0 100644
--- a/mk/bsd.port.mk
+++ b/mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $NetBSD: bsd.port.mk,v 1.43 1998/02/02 08:11:49 hubertf Exp $
+# $NetBSD: bsd.port.mk,v 1.44 1998/02/09 00:47:23 hubertf Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@@ -551,7 +551,7 @@ SHAREMODE = ${DOCMODE}
# A few aliases for *-install targets
INSTALL_PROGRAM= \
- ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
+ ${INSTALL} ${COPY} ${STRIPFLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
INSTALL_SCRIPT= \
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
INSTALL_DATA= \
diff --git a/mk/bsd.port.subdir.mk b/mk/bsd.port.subdir.mk
index 2ad949b99bb..16180e2a427 100644
--- a/mk/bsd.port.subdir.mk
+++ b/mk/bsd.port.subdir.mk
@@ -1,6 +1,6 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
-# $NetBSD: bsd.port.subdir.mk,v 1.7 1998/01/30 14:33:48 agc Exp $
+# $NetBSD: bsd.port.subdir.mk,v 1.8 1998/02/09 00:47:25 hubertf Exp $
#
# The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories.
@@ -8,7 +8,7 @@
#
# +++ variables +++
#
-# STRIP The flag passed to the install program to cause the binary
+# STRIPFLAG The flag passed to the install program to cause the binary
# to be stripped. This is to be used when building your
# own install script so that the entire system can be made
# stripped/not-stripped using a single knob. [-s]
@@ -38,7 +38,7 @@
.MAIN: all
.if !defined(DEBUG_FLAGS)
-STRIP?= -s
+STRIPFLAG?= -s
.endif
.if !defined(OPSYS) # XXX !!