summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
committerbde <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
commit6579f34131bcc90bb095184a1ab0c491ba0b59b5 (patch)
tree654fdd1b68d3f3b66fa5852885ab296a298270bf /gnu
parentd37f4ba3bc52c05290e132d2ec3d080bdb31c9fd (diff)
downloadFreeBSD-src-6579f34131bcc90bb095184a1ab0c491ba0b59b5.zip
FreeBSD-src-6579f34131bcc90bb095184a1ab0c491ba0b59b5.tar.gz
Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/include/Makefile4
-rw-r--r--gnu/lib/libdialog/Makefile4
-rw-r--r--gnu/lib/libg++/Makefile4
-rw-r--r--gnu/lib/libreadline/Makefile4
-rw-r--r--gnu/lib/libregex/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/gnu/include/Makefile b/gnu/include/Makefile
index e05dbf8..aa06524 100644
--- a/gnu/include/Makefile
+++ b/gnu/include/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $
+# $Id: Makefile,v 1.1 1994/11/08 00:47:02 ache Exp $
#
all depend lint tags:
@@ -9,7 +9,7 @@ beforeinstall:
@${ECHO} installing ${FILES}
@-for i in ${FILES}; do \
cmp -s $$i ${DESTDIR}/usr/include/$$i || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
${DESTDIR}/usr/include/$$i; \
done
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 05fc50b..ade82d2 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -1,5 +1,5 @@
# Makefile for libdialog
-# $Id: Makefile,v 1.11 1995/05/03 18:53:19 ache Exp $
+# $Id: Makefile,v 1.12 1995/05/04 09:45:29 ache Exp $
LIB= dialog
SHLIB_MAJOR= 3
@@ -15,7 +15,7 @@ DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
beforeinstall:
-cd ${.CURDIR}; cmp -s dialog.h ${DESTDIR}/usr/include/dialog.h || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 dialog.h \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dialog.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
index d27ac4f..1bb3e5f 100644
--- a/gnu/lib/libg++/Makefile
+++ b/gnu/lib/libg++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.9 1995/05/08 16:10:34 ache Exp $
+# $Id: Makefile,v 1.10 1995/07/05 15:04:47 dfr Exp $
#
SRCS= bitand.c bitany.c bitblt.c bitclear.c bitcopy.c bitcount.c \
bitinvert.c bitlcomp.c bitset1.c bitxor.c cleanup.c except.c \
@@ -37,7 +37,7 @@ beforeinstall:
cd ${.CURDIR}/include; \
for i in *.h; do \
cmp -s $$i ${DESTDIR}/usr/include/g++/$$i || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
${DESTDIR}/usr/include/g++/$$i; \
done
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index 37b3e96..437464a 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 1995/02/15 20:59:13 ache Exp $
+# $Id: Makefile,v 1.20 1995/05/08 08:43:06 ache Exp $
CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER -DHAVE_CONFIG_H
@@ -20,7 +20,7 @@ beforeinstall:
cd ${.CURDIR}; \
for m in ${HEADERS} ; do \
cmp -s $$m ${DESTDIR}/usr/include/readline/$$m || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
$$m ${DESTDIR}/usr/include/readline ; \
done
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index b102119..a88856b 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -1,4 +1,4 @@
-# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.13 1995/03/06 05:51:32 nate Exp $
+# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.14 1995/03/12 23:21:29 ache Exp $
LIB= gnuregex
@@ -10,7 +10,7 @@ SUBDIR+= doc
beforeinstall:
cmp -s ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud