Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils disable the "install" target in a way which wo...



details:   https://anonhg.NetBSD.org/src/rev/8489ef6e96d0
branches:  trunk
changeset: 472365:8489ef6e96d0
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Apr 28 09:18:13 1999 +0000

description:
disable the "install" target in a way which works if other "install"
rules are present

diffstat:

 distrib/utils/Makefile.inc |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r a649d9c45a6a -r 8489ef6e96d0 distrib/utils/Makefile.inc
--- a/distrib/utils/Makefile.inc        Wed Apr 28 09:14:22 1999 +0000
+++ b/distrib/utils/Makefile.inc        Wed Apr 28 09:18:13 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 1998/03/02 19:50:53 cgd Exp $
+# $NetBSD: Makefile.inc,v 1.7 1999/04/28 09:18:13 drochner Exp $
 # utils one might want in a crunched binary
 
 LDSTATIC=      -static         # only static compilation makes sense here
@@ -9,6 +9,4 @@
 COPTS+= -msoft-float
 .endif
 
-install:       .NOTMAIN
-       @echo "install not expected"
-
+install: .NOTMAIN .MADE



Home | Main Index | Thread Index | Old Index