summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-29 09:40:17 +0000
committerru <ru@FreeBSD.org>2002-07-29 09:40:17 +0000
commita8adf98c8204f370670e5624e9e11b497b7c97e8 (patch)
tree5612f3de1042a85c3a65ed7da6124c3d8da3d097 /lib
parent3a86ff2aeb2a498c6d51422bae381540233c6946 (diff)
downloadFreeBSD-src-a8adf98c8204f370670e5624e9e11b497b7c97e8.zip
FreeBSD-src-a8adf98c8204f370670e5624e9e11b497b7c97e8.tar.gz
Drop support for COPY, -c has been the default mode of install(1)
for a long time now. Approved by: bde
Diffstat (limited to 'lib')
-rw-r--r--lib/compat/compat1x/Makefile2
-rw-r--r--lib/compat/compat20/Makefile4
-rw-r--r--lib/compat/compat21/Makefile4
-rw-r--r--lib/compat/compat22/Makefile4
-rw-r--r--lib/compat/compat3x.i386/Makefile2
-rw-r--r--lib/compat/compat4x.alpha/Makefile2
-rw-r--r--lib/compat/compat4x.i386/Makefile2
-rw-r--r--lib/csu/alpha/Makefile2
-rw-r--r--lib/csu/amd64/Makefile2
-rw-r--r--lib/csu/i386-elf/Makefile2
-rw-r--r--lib/csu/i386/Makefile2
-rw-r--r--lib/csu/ia64/Makefile2
-rw-r--r--lib/csu/powerpc/Makefile2
-rw-r--r--lib/csu/sparc64/Makefile2
-rw-r--r--lib/libncurses/Makefile2
-rw-r--r--lib/ncurses/ncurses/Makefile2
16 files changed, 19 insertions, 19 deletions
diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile
index 07be405..4d68d74 100644
--- a/lib/compat/compat1x/Makefile
+++ b/lib/compat/compat1x/Makefile
@@ -20,7 +20,7 @@ ${lib}: ${lib}.gz.uu
.endfor
beforeinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}/aout
# Get all the fruit, even though we don't set PROG.
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile
index f416b33..8d7dc6b 100644
--- a/lib/compat/compat20/Makefile
+++ b/lib/compat/compat20/Makefile
@@ -15,9 +15,9 @@ ${lib}: ${lib}.gz.uu
.endfor
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
${DESTDIR}/usr/libexec
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}/aout
# Get all the fruit, even though we don't set PROG.
diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile
index 652bbb7..08c41cb 100644
--- a/lib/compat/compat21/Makefile
+++ b/lib/compat/compat21/Makefile
@@ -14,9 +14,9 @@ ${lib}: ${lib}.gz.uu
.endfor
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
${DESTDIR}/usr/libexec
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}/aout
# Get all the fruit, even though we don't set PROG.
diff --git a/lib/compat/compat22/Makefile b/lib/compat/compat22/Makefile
index 94457f3..6b21cbf 100644
--- a/lib/compat/compat22/Makefile
+++ b/lib/compat/compat22/Makefile
@@ -22,9 +22,9 @@ ${lib}: ${lib}.gz.uu
.endfor
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
${DESTDIR}/usr/libexec
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}/aout
@${ECHO} "libcrypt.so.2.0 -> libscrypt.so.2.0" ; \
cd ${DESTDIR}${LIBCOMPATDIR}/aout ; \
diff --git a/lib/compat/compat3x.i386/Makefile b/lib/compat/compat3x.i386/Makefile
index 43280bf..c709d78 100644
--- a/lib/compat/compat3x.i386/Makefile
+++ b/lib/compat/compat3x.i386/Makefile
@@ -18,7 +18,7 @@ ${lib}: ${lib}.gz.uu
.endfor
beforeinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
# Get all the fruit, even though we don't set PROG.
diff --git a/lib/compat/compat4x.alpha/Makefile b/lib/compat/compat4x.alpha/Makefile
index a71445f..1bc95ad 100644
--- a/lib/compat/compat4x.alpha/Makefile
+++ b/lib/compat/compat4x.alpha/Makefile
@@ -38,7 +38,7 @@ ${lib}: ${.CURDIR}/${lib}.bz2.uu
.endfor
beforeinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
# Get all the fruit, even though we don't set PROG.
diff --git a/lib/compat/compat4x.i386/Makefile b/lib/compat/compat4x.i386/Makefile
index a71445f..1bc95ad 100644
--- a/lib/compat/compat4x.i386/Makefile
+++ b/lib/compat/compat4x.i386/Makefile
@@ -38,7 +38,7 @@ ${lib}: ${.CURDIR}/${lib}.bz2.uu
.endfor
beforeinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
# Get all the fruit, even though we don't set PROG.
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index fd9f545..8b81815 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -15,7 +15,7 @@ gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${OBJS} ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index a780693..c5b902a 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -18,7 +18,7 @@ gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c
realinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${OBJS} ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>
diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile
index a780693..c5b902a 100644
--- a/lib/csu/i386-elf/Makefile
+++ b/lib/csu/i386-elf/Makefile
@@ -18,7 +18,7 @@ gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c
realinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${OBJS} ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index b3be808..219f3c6 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -41,7 +41,7 @@ sgcrt0.o: scrt0.o
@mv ${.TARGET}.tmp ${.TARGET}
realinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}${LIBDIR}
depend: .depend
diff --git a/lib/csu/ia64/Makefile b/lib/csu/ia64/Makefile
index 46c0277..23954e8 100644
--- a/lib/csu/ia64/Makefile
+++ b/lib/csu/ia64/Makefile
@@ -17,7 +17,7 @@ gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${OBJS} ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile
index 46c0277..23954e8 100644
--- a/lib/csu/powerpc/Makefile
+++ b/lib/csu/powerpc/Makefile
@@ -17,7 +17,7 @@ gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${OBJS} ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile
index 3d1904c..2e1d03f 100644
--- a/lib/csu/sparc64/Makefile
+++ b/lib/csu/sparc64/Makefile
@@ -15,7 +15,7 @@ gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
- ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+ ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${OBJS} ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index fd76152..92611f6 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -268,7 +268,7 @@ DOCS= ncurses-intro.html hackguide.html
afterinstall:
.for file in ${DOCS}
cd ${.CURDIR}/../../contrib/ncurses/doc/html ; \
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
${DESTDIR}${DOCSDIR}
.endfor
.endif
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index fd76152..92611f6 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -268,7 +268,7 @@ DOCS= ncurses-intro.html hackguide.html
afterinstall:
.for file in ${DOCS}
cd ${.CURDIR}/../../contrib/ncurses/doc/html ; \
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
${DESTDIR}${DOCSDIR}
.endfor
.endif
OpenPOWER on IntegriCloud