summaryrefslogtreecommitdiff
path: root/mk/tools/tools.AIX.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-04 06:42:43 +0000
committerjlam <jlam@pkgsrc.org>2005-05-04 06:42:43 +0000
commit91092c57895d2b87d14d5f6701952bdd03c18a73 (patch)
tree0b31b2cb2cd7492b23669d4af7bd207540f46e01 /mk/tools/tools.AIX.mk
parent87e59af8e320baf35cd61153458873d4e8148f0b (diff)
downloadpkgsrc-91092c57895d2b87d14d5f6701952bdd03c18a73.tar.gz
Teach the new tools framework about ${STRIP}, which is used in some
packages to strip installed executables. If INSTALL_UNSTRIPPED == "yes", then we create a "strip" wrapper in ${TOOLS_DIR} that just calls ${TRUE} by considering ${TRUE} the system-supplied strip command.
Diffstat (limited to 'mk/tools/tools.AIX.mk')
-rw-r--r--mk/tools/tools.AIX.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.AIX.mk b/mk/tools/tools.AIX.mk
index c32bdd778dd..b8f53205b97 100644
--- a/mk/tools/tools.AIX.mk
+++ b/mk/tools/tools.AIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.AIX.mk,v 1.5 2005/05/03 16:30:34 jlam Exp $
+# $NetBSD: tools.AIX.mk,v 1.6 2005/05/04 06:42:43 jlam Exp $
#
# System-supplied tools for the AIX operating system.
@@ -41,6 +41,7 @@ TOOLS_PLATFORM.sed?= /usr/bin/sed
TOOLS_PLATFORM.sh?= /bin/sh
TOOLS_PLATFORM.shlock?= /usr/bin/shlock
TOOLS_PLATFORM.sort?= /usr/bin/sort
+TOOLS_PLATFORM.strip?= ${TOOLS_PLATFORM.true}
TOOLS_PLATFORM.tail?= /usr/bin/tail
TOOLS_PLATFORM.tee?= /usr/bin/tee
TOOLS_PLATFORM.test?= test # shell builtin