summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorcjs <cjs@NetBSD.org>1997-05-30 13:43:06 +0000
committercjs <cjs@NetBSD.org>1997-05-30 13:43:06 +0000
commit83498d7e8834cc2ebb5015cdec015fc92982fa9b (patch)
tree3bd4bb7d776dbd8ef42a556b6a1de5627b627525 /gnu
parentd0b955050bad6aadf88b43eee8746e0a6af162ac (diff)
Remove empty libinstall target and add NOINSTALL=1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/uucp/libunix/Makefile6
-rw-r--r--gnu/libexec/uucp/libuuconf/Makefile6
-rw-r--r--gnu/libexec/uucp/libuucp/Makefile6
-rw-r--r--gnu/usr.bin/gcc/common/Makefile8
-rw-r--r--gnu/usr.bin/gdb/bfd/Makefile8
-rw-r--r--gnu/usr.bin/gdb/libiberty/Makefile8
-rw-r--r--gnu/usr.bin/gdb/readline/Makefile8
-rw-r--r--gnu/usr.bin/groff/libbib/Makefile6
-rw-r--r--gnu/usr.bin/groff/libdriver/Makefile6
-rw-r--r--gnu/usr.bin/groff/libgroff/Makefile8
-rw-r--r--gnu/usr.bin/rcs/lib/Makefile6
11 files changed, 38 insertions, 38 deletions
diff --git a/gnu/libexec/uucp/libunix/Makefile b/gnu/libexec/uucp/libunix/Makefile
index 581b24fa8e2..a4692478525 100644
--- a/gnu/libexec/uucp/libunix/Makefile
+++ b/gnu/libexec/uucp/libunix/Makefile
@@ -1,5 +1,5 @@
# This subdirectory contains Unix specific support functions.
-# $Id: Makefile,v 1.6 1997/05/07 16:20:26 mycroft Exp $
+# $Id: Makefile,v 1.7 1997/05/30 13:43:06 cjs Exp $
LIB= unix
SRCS= access.c addbas.c app3.c app4.c basnam.c bytfre.c cwd.c \
@@ -19,7 +19,7 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
-# only needed during build
-libinstall::
+# this library is used only for the build
+NOINSTALL=1
.include <bsd.lib.mk>
diff --git a/gnu/libexec/uucp/libuuconf/Makefile b/gnu/libexec/uucp/libuuconf/Makefile
index cfff5381c10..5082de9dac5 100644
--- a/gnu/libexec/uucp/libuuconf/Makefile
+++ b/gnu/libexec/uucp/libuuconf/Makefile
@@ -1,5 +1,5 @@
# This is the Makefile for the Taylor UUCP uuconf library
-# $Id: Makefile,v 1.6 1997/05/07 16:20:28 mycroft Exp $
+# $Id: Makefile,v 1.7 1997/05/30 13:43:08 cjs Exp $
LIB= uuconf
SRCS= addblk.c addstr.c allblk.c alloc.c base.c bool.c callin.c \
@@ -23,7 +23,7 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
-# only needed during build
-libinstall::
+# this library is used only for the build
+NOINSTALL=1
.include <bsd.lib.mk>
diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile
index 10c74e37335..4b48d61bcd8 100644
--- a/gnu/libexec/uucp/libuucp/Makefile
+++ b/gnu/libexec/uucp/libuucp/Makefile
@@ -1,5 +1,5 @@
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
-# $Id: Makefile,v 1.5 1997/05/07 16:20:29 mycroft Exp $
+# $Id: Makefile,v 1.6 1997/05/30 13:43:10 cjs Exp $
LIB= uucp
SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \
@@ -10,7 +10,7 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
-# only needed during build
-libinstall::
+# this library is used only for the build
+NOINSTALL=1
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/gcc/common/Makefile b/gnu/usr.bin/gcc/common/Makefile
index 539bd815acf..f2d8e3f94a9 100644
--- a/gnu/usr.bin/gcc/common/Makefile
+++ b/gnu/usr.bin/gcc/common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1997/05/16 21:16:47 mycroft Exp $
+# $NetBSD: Makefile,v 1.11 1997/05/30 13:43:12 cjs Exp $
LIB= cc1
@@ -6,6 +6,9 @@ NOMAN=
NOPIC=
NOPROFILE=
+# this library is used only for the build
+NOINSTALL=1
+
COMMON!=cd $(.CURDIR)/../common; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
@@ -180,7 +183,4 @@ c-parse.c: c-parse.y
mv -f c.tab.c c-parse.c
mv -f c.tab.h c-parse.h
-# only needed during build
-libinstall::
-
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/gdb/bfd/Makefile b/gnu/usr.bin/gdb/bfd/Makefile
index 0c399cb326c..3b9920ab3b6 100644
--- a/gnu/usr.bin/gdb/bfd/Makefile
+++ b/gnu/usr.bin/gdb/bfd/Makefile
@@ -1,9 +1,12 @@
-# $Id: Makefile,v 1.6 1997/05/07 16:20:32 mycroft Exp $
+# $Id: Makefile,v 1.7 1997/05/30 13:43:14 cjs Exp $
LIB= bfd
NOPROFILE=
NOPIC=
+# this library is used only for the build
+NOINSTALL=1
+
CFLAGS+= -I$(.CURDIR)/arch/$(MACHINE_ARCH) -I$(.CURDIR) \
-I$(.CURDIR)/../include
.PATH: $(.CURDIR)/arch/$(MACHINE_ARCH)
@@ -20,7 +23,4 @@ SRCS= archive.c archures.c bfd.c cache.c coffgen.c core.c ctor.c \
targets.o archures.o: $(.CURDIR)/$(.TARGET:S/.o$/.c/)
${COMPILE.c} $(VECTORS) -o $(.TARGET) $(.IMPSRC)
-# only needed during build
-libinstall::
-
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/gdb/libiberty/Makefile b/gnu/usr.bin/gdb/libiberty/Makefile
index b8d84cb963d..2409e513019 100644
--- a/gnu/usr.bin/gdb/libiberty/Makefile
+++ b/gnu/usr.bin/gdb/libiberty/Makefile
@@ -1,14 +1,14 @@
-# $Id: Makefile,v 1.2 1997/05/07 16:20:33 mycroft Exp $
+# $Id: Makefile,v 1.3 1997/05/30 13:43:16 cjs Exp $
LIB= iberty
NOPROFILE=
NOPIC=
+# this library is used only for the build
+NOINSTALL=1
+
CFLAGS+= -I$(.CURDIR)/../include
SRCS= argv.c basename.c concat.c cplus-dem.c getopt.c getopt1.c \
obstack.c strsignal.c ieee-float.c insque.c
-# only needed during build
-libinstall::
-
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/gdb/readline/Makefile b/gnu/usr.bin/gdb/readline/Makefile
index e13cfa51a41..50a7c3f2d87 100644
--- a/gnu/usr.bin/gdb/readline/Makefile
+++ b/gnu/usr.bin/gdb/readline/Makefile
@@ -1,13 +1,13 @@
-# $Id: Makefile,v 1.2 1997/05/07 16:20:34 mycroft Exp $
+# $Id: Makefile,v 1.3 1997/05/30 13:43:17 cjs Exp $
LIB= readline
NOPROFILE=
NOPIC=
+# this library is used only for the build
+NOINSTALL=1
+
CFLAGS+= -DVOID_SIGHANDLER -DVI_MODE
SRCS= funmap.c history.c keymaps.c readline.c vi_mode.c tilde.c
-# only needed during build
-libinstall::
-
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/groff/libbib/Makefile b/gnu/usr.bin/groff/libbib/Makefile
index b27997e8d28..1c1a3a97db5 100644
--- a/gnu/usr.bin/groff/libbib/Makefile
+++ b/gnu/usr.bin/groff/libbib/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1997/05/07 16:20:35 mycroft Exp $
+# $Id: Makefile,v 1.6 1997/05/30 13:43:19 cjs Exp $
LIB= bib
SRCS= common.cc index.cc linear.cc search.cc map.c
@@ -8,8 +8,8 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
-# only needed during build
-libinstall::
+# this library is used only for the build
+NOINSTALL=1
.include "../Makefile.cfg"
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/groff/libdriver/Makefile b/gnu/usr.bin/groff/libdriver/Makefile
index f6075bb83e5..aff61ab9ed8 100644
--- a/gnu/usr.bin/groff/libdriver/Makefile
+++ b/gnu/usr.bin/groff/libdriver/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1997/05/07 16:20:36 mycroft Exp $
+# $Id: Makefile,v 1.8 1997/05/30 13:43:22 cjs Exp $
LIB= driver
SRCS= input.cc printer.cc
@@ -8,8 +8,8 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
-# only needed during build
-libinstall::
+# this library is used only for the build
+NOINSTALL=1
.include "../Makefile.cfg"
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/groff/libgroff/Makefile b/gnu/usr.bin/groff/libgroff/Makefile
index 9340469eb23..431c5725e6e 100644
--- a/gnu/usr.bin/groff/libgroff/Makefile
+++ b/gnu/usr.bin/groff/libgroff/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1997/05/07 16:20:37 mycroft Exp $
+# $Id: Makefile,v 1.8 1997/05/30 13:43:24 cjs Exp $
LIB= groff
SRCS= assert.cc change_lf.cc cmap.cc cset.cc device.cc errarg.cc\
@@ -13,13 +13,13 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
+# this library is used only for the build
+NOINSTALL=1
+
CLEANFILES+= version.cc
version.cc: $(.CURDIR)/../VERSION
@echo Making version.cc
@echo const char \*version_string = \"`cat $(.CURDIR)/../VERSION`\"\; >$@
-# only needed during build
-libinstall::
-
.include "../Makefile.cfg"
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/rcs/lib/Makefile b/gnu/usr.bin/rcs/lib/Makefile
index 5ff027543a0..b89225a7c4c 100644
--- a/gnu/usr.bin/rcs/lib/Makefile
+++ b/gnu/usr.bin/rcs/lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1997/05/07 16:20:38 mycroft Exp $
+# $NetBSD: Makefile,v 1.9 1997/05/30 13:43:26 cjs Exp $
# Define FSYNC_ALL to get slower but safer writes in case of crashes in
# the middle of CVS/RCS changes
@@ -16,7 +16,7 @@ SRCS= maketime.c merger.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
NOPROFILE=noprofile
NOPIC=nopic
-# only needed during build
-libinstall::
+# this library is used only for the build
+NOINSTALL=1
.include <bsd.lib.mk>