diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-17 21:36:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-17 21:36:24 +0000 |
commit | 2c3c8540ca5ba30aeae2548fdebbe17aaa3e501b (patch) | |
tree | 5916ed764147aa6337649d8316572adc34a8e3f0 /mk/tools/strip.mk | |
parent | 4bd067fc453be5e4ef2f260c893156a9070eb40a (diff) | |
download | pkgsrc-2c3c8540ca5ba30aeae2548fdebbe17aaa3e501b.tar.gz |
Rename the following variables for brevity:
TOOLS_REAL_CMD.<tool> => TOOLS_PATH.<tool>
TOOLS_REAL_ARGS.<tool> => TOOLS_ARGS.<tool>
TOOLS_REAL_CMDLINE.<tool> => TOOLS_CMDLINE.<tool>
Diffstat (limited to 'mk/tools/strip.mk')
-rw-r--r-- | mk/tools/strip.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/strip.mk b/mk/tools/strip.mk index 5ed4228587b..d293654fa25 100644 --- a/mk/tools/strip.mk +++ b/mk/tools/strip.mk @@ -1,4 +1,4 @@ -# $NetBSD: strip.mk,v 1.3 2005/05/21 04:53:17 jlam Exp $ +# $NetBSD: strip.mk,v 1.4 2005/07/17 21:36:24 jlam Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -43,7 +43,7 @@ TOOLS_NOOP+= strip .else TOOLS_CREATE+= strip -TOOLS_REAL_CMD.strip= ${TOOLS_PLATFORM.strip} +TOOLS_PATH.strip= ${TOOLS_PLATFORM.strip} .endif # Make ${STRIP} call "strip" through the PATH, which should find the one |