Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk bsd.prog.mk doesn't define/use STRIP anymore -- it'...



details:   https://anonhg.NetBSD.org/src/rev/5e8a844a83f6
branches:  trunk
changeset: 480689:5e8a844a83f6
user:      jlam <jlam%NetBSD.org@localhost>
date:      Mon Jan 17 21:21:55 2000 +0000

description:
bsd.prog.mk doesn't define/use STRIP anymore -- it's now STRIPFLAG

diffstat:

 share/mk/bsd.README |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8c8ab26876e4 -r 5e8a844a83f6 share/mk/bsd.README
--- a/share/mk/bsd.README       Mon Jan 17 18:56:08 2000 +0000
+++ b/share/mk/bsd.README       Mon Jan 17 21:21:55 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.58 2000/01/08 01:41:13 sommerfeld Exp $
+#      $NetBSD: bsd.README,v 1.59 2000/01/17 21:21:55 jlam Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the new make "include" files for the BSD
@@ -392,7 +392,7 @@
                strings, using xstr(1). Note that this will not work with
                parallel makes.
 
-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.
 
 SUBDIR         A list of subdirectories that should be built as well.



Home | Main Index | Thread Index | Old Index