diff options
author | bde <bde@FreeBSD.org> | 1997-01-01 04:22:23 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-01-01 04:22:23 +0000 |
commit | 4fca167e0602e20eccf55195f777621c56f17789 (patch) | |
tree | 15985d72bf018a5d6d67483342b8ca6e6c60215b /gnu | |
parent | 2443764d47cba998090b844a05668b0f701a13e6 (diff) | |
download | FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.zip FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.tar.gz |
Use ${COPY} instead of -c for installing non-source files.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/bison/data/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.bin/cvs/contrib/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.bin/cvs/cvsbug/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.bin/groff/eqn/Makefile | 2 | ||||
-rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 6 | ||||
-rw-r--r-- | gnu/usr.bin/send-pr/Makefile | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/gnu/usr.bin/bison/data/Makefile b/gnu/usr.bin/bison/data/Makefile index 7818441..e195740 100644 --- a/gnu/usr.bin/bison/data/Makefile +++ b/gnu/usr.bin/bison/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/09/10 13:23:44 peter Exp $ +# $Id: Makefile,v 1.2 1996/10/27 21:50:59 joerg Exp $ BISONDIR=${.CURDIR}/../../../../contrib/bison @@ -15,7 +15,7 @@ bison.s1: bison.simple < ${BISONDIR}/bison.simple > bison.s1 install: - ${INSTALL} -c -o bin -g bin -m 444 bison.s1 \ + ${INSTALL} ${COPY} -o bin -g bin -m 444 bison.s1 \ ${DESTDIR}${DATADIR}/bison.simple ${INSTALL} -c -o bin -g bin -m 444 ${BISONDIR}/bison.hairy \ ${DESTDIR}${DATADIR} diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile index 0c3a79c..a6a8db0 100644 --- a/gnu/usr.bin/cvs/contrib/Makefile +++ b/gnu/usr.bin/cvs/contrib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1996/08/20 23:53:00 peter Exp $ +# $Id: Makefile,v 1.6 1996/09/05 08:43:50 peter Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -31,7 +31,7 @@ all: ${SCRIPTS} beforeinstall: .for file in ${SCRIPTS} - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${file} ${DESTDIR}${EXAMPDIR}/contrib .endfor .for file in ${FILES} diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile index dea1d63..0222324 100644 --- a/gnu/usr.bin/cvs/cvsbug/Makefile +++ b/gnu/usr.bin/cvs/cvsbug/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/12/11 04:24:06 peter Exp $ +# $Id: Makefile,v 1.4 1996/08/20 23:55:14 peter Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -22,7 +22,7 @@ all: cvsbug beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ cvsbug ${DESTDIR}${BINDIR}/cvsbug .include <bsd.prog.mk> diff --git a/gnu/usr.bin/groff/eqn/Makefile b/gnu/usr.bin/groff/eqn/Makefile index 1de1e4c..9eaf49728 100644 --- a/gnu/usr.bin/groff/eqn/Makefile +++ b/gnu/usr.bin/groff/eqn/Makefile @@ -15,7 +15,7 @@ neqn: sed -e 's/@g@/${g}/g' ${DIST_DIR}/neqn.sh > neqn afterinstall: neqn - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} neqn \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} neqn \ ${DESTDIR}${BINDIR} beforedepend: eqn.cc diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index 836ec63..09a09c8 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -26,18 +26,18 @@ beforeinstall: ${DIST_DIR}/$$f ${DESTDIR}${TMACDIR}; \ done sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/tmac.an >tmac.groff_an - ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ + ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ tmac.groff_an ${DESTDIR}${TMACDIR} for f in ${STRIPFILES}; do \ rm -f temp; \ sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/$$f >temp; \ - ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ + ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ temp ${DESTDIR}${TMACDIR}/$$f; \ done for f in ${MDOCFILES}; do \ rm -f temp; \ sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/$$f >temp; \ - ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ + ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ temp ${DESTDIR}${MDOCDIR}/$$f; \ done test -f ${DESTDIR}${TMACDIR}/man.local || \ diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile index c2b19a6..842d65c 100644 --- a/gnu/usr.bin/send-pr/Makefile +++ b/gnu/usr.bin/send-pr/Makefile @@ -28,7 +28,7 @@ send-pr.el: send-pr-el.in Makefile ${.ALLSRC:N*Makefile} > ${.TARGET} beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ send-pr ${DESTDIR}${BINDIR}/send-pr # called from /usr/src/etc/Makefile |