Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Use STRIP instead of STRIPPROG since i...



details:   https://anonhg.NetBSD.org/src/rev/39c2781eed1c
branches:  trunk
changeset: 481357:39c2781eed1c
user:      eeh <eeh%NetBSD.org@localhost>
date:      Wed Jan 26 22:04:18 2000 +0000

description:
Use STRIP instead of STRIPPROG since install uses STRIP and I don't want to
define two different variables.

diffstat:

 sys/arch/sparc64/conf/Makefile.sparc64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cee695059e12 -r 39c2781eed1c sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64    Wed Jan 26 21:58:17 2000 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64    Wed Jan 26 22:04:18 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sparc64,v 1.17 2000/01/24 20:36:17 tron Exp $
+#      $NetBSD: Makefile.sparc64,v 1.18 2000/01/26 22:04:18 eeh Exp $
 
 # Makefile for NetBSD
 #
@@ -28,7 +28,7 @@
 LD?=   /usr/ccs/bin/ld #Need to use Solaris ld to use the solaris loader
 .endif
 MKDEP?=        mkdep
-STRIPPROG?=strip
+STRIP?=strip
 SIZE?= size
 COPTS?=        -O2
 #### Stuff for cross compiling



Home | Main Index | Thread Index | Old Index