summaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-27 20:57:09 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-27 20:57:09 +0000
commit56a4230d7d90fb05982c3f285faf62ad514d429a (patch)
tree784f50865a80748c56258016bcdf69d47f3e35b1 /lib/csu
parent5c1f80fa38ed55e3ed266e7cfbf19ea756f32b8d (diff)
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/alpha/Makefile4
-rw-r--r--lib/csu/c++/Makefile4
-rw-r--r--lib/csu/i386/Makefile4
-rw-r--r--lib/csu/m68k/Makefile4
-rw-r--r--lib/csu/mips/Makefile4
-rw-r--r--lib/csu/mvme88k/Makefile4
-rw-r--r--lib/csu/ns32k/Makefile4
-rw-r--r--lib/csu/powerpc/Makefile4
-rw-r--r--lib/csu/sparc/Makefile4
-rw-r--r--lib/csu/vax/Makefile4
10 files changed, 20 insertions, 20 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index b9844de3215..b646ae6c0b3 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1996/11/13 21:23:13 niklas Exp $
+# $OpenBSD: Makefile,v 1.5 1997/04/27 20:55:59 millert Exp $
# $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $
.include <bsd.own.mk> # for ELF_TOOLCHAIN definition
@@ -41,7 +41,7 @@ crtend.o: crtend.c
@rm -f ${.TARGET}.o
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.include <bsd.prog.mk>
diff --git a/lib/csu/c++/Makefile b/lib/csu/c++/Makefile
index 8578af4a618..4d87823269b 100644
--- a/lib/csu/c++/Makefile
+++ b/lib/csu/c++/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1996/12/08 15:22:18 downsj Exp $
+# $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:00 millert Exp $
CFLAGS+= -DLIBC_SCCS
.if !defined(NOPIC)
@@ -14,7 +14,7 @@ c++rt0.o: c++rt0.c
@mv a.out ${.TARGET}
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.include <bsd.prog.mk>
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index 76e6e1aa75b..77b673146d0 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.2 1996/12/08 15:22:19 downsj Exp $
+# $Id: Makefile,v 1.3 1997/04/27 20:56:00 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
@@ -26,7 +26,7 @@ scrt0.o: ${SRCS}
@rm -f ${.TARGET}.o
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.if make(depend)
diff --git a/lib/csu/m68k/Makefile b/lib/csu/m68k/Makefile
index 87426c39ba5..326da743a5c 100644
--- a/lib/csu/m68k/Makefile
+++ b/lib/csu/m68k/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.2 1996/12/08 15:22:20 downsj Exp $
+# $Id: Makefile,v 1.3 1997/04/27 20:56:01 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
@@ -26,7 +26,7 @@ scrt0.o: ${SRCS}
@rm -f ${.TARGET}.o
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.if make(depend)
diff --git a/lib/csu/mips/Makefile b/lib/csu/mips/Makefile
index 095e3a84a42..58e05c5546e 100644
--- a/lib/csu/mips/Makefile
+++ b/lib/csu/mips/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.7 1996/12/08 15:22:21 downsj Exp $
+# $Id: Makefile,v 1.8 1997/04/27 20:56:02 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}
OBJS= crt0.o gcrt0.o scrt0.o crtn.o
@@ -28,7 +28,7 @@ scrt0.o: ${SRCS} ${DEPS}
@rm -f ${.TARGET}.o
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
depend lint tags:
diff --git a/lib/csu/mvme88k/Makefile b/lib/csu/mvme88k/Makefile
index 50b19edaacb..1132db29d87 100644
--- a/lib/csu/mvme88k/Makefile
+++ b/lib/csu/mvme88k/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.1 1997/03/25 17:06:44 rahnds Exp $
+# $Id: Makefile,v 1.2 1997/04/27 20:56:03 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
@@ -30,7 +30,7 @@ scrt0.o: ${SRCS}
@rm -f ${.TARGET}.o
install:
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.if make(depend)
diff --git a/lib/csu/ns32k/Makefile b/lib/csu/ns32k/Makefile
index 61db62a9e3c..cebe2b951ce 100644
--- a/lib/csu/ns32k/Makefile
+++ b/lib/csu/ns32k/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.2 1996/12/08 15:22:22 downsj Exp $
+# $Id: Makefile,v 1.3 1997/04/27 20:56:03 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
@@ -26,7 +26,7 @@ scrt0.o: ${SRCS}
@rm -f ${.TARGET}.o
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.if make(depend)
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile
index fd37c1d03d8..8be332ec02f 100644
--- a/lib/csu/powerpc/Makefile
+++ b/lib/csu/powerpc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.1 1996/12/21 20:53:48 rahnds Exp $
+# $Id: Makefile,v 1.2 1997/04/27 20:56:04 millert Exp $
CFLAGS= -DLIBC_SCCS
OBJS= crt0.o gcrt0.o crtbegin.o crtend.o
@@ -30,7 +30,7 @@ crtend.o: crtend.s
@rm -f ${.TARGET}.o
install:
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
depend lint tags:
diff --git a/lib/csu/sparc/Makefile b/lib/csu/sparc/Makefile
index 61db62a9e3c..f6490a4d6cc 100644
--- a/lib/csu/sparc/Makefile
+++ b/lib/csu/sparc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.2 1996/12/08 15:22:22 downsj Exp $
+# $Id: Makefile,v 1.3 1997/04/27 20:56:05 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
@@ -26,7 +26,7 @@ scrt0.o: ${SRCS}
@rm -f ${.TARGET}.o
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.if make(depend)
diff --git a/lib/csu/vax/Makefile b/lib/csu/vax/Makefile
index d5794c46299..1922df9d7e6 100644
--- a/lib/csu/vax/Makefile
+++ b/lib/csu/vax/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.2 1996/12/08 15:22:23 downsj Exp $
+# $Id: Makefile,v 1.3 1997/04/27 20:56:06 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
OBJS= crt0.o gcrt0.o scrt0.o
@@ -23,7 +23,7 @@ scrt0.o: crt0.c
mv a.out ${.TARGET}
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
depend lint tags: