Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/lib/csu/common_elf Pull up rev 1.3 from trunk.



details:   https://anonhg.NetBSD.org/src/rev/b0a8c5d2919f
branches:  netbsd-1-4
changeset: 468036:b0a8c5d2919f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Apr 03 22:35:00 1999 +0000

description:
Pull up rev 1.3 from trunk.

diffstat:

 lib/csu/common_elf/Makefile.inc |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 8e1808f965b7 -r b0a8c5d2919f lib/csu/common_elf/Makefile.inc
--- a/lib/csu/common_elf/Makefile.inc   Sat Apr 03 21:08:59 1999 +0000
+++ b/lib/csu/common_elf/Makefile.inc   Sat Apr 03 22:35:00 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 1999/03/20 00:32:40 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.1.2.1 1999/04/03 22:35:00 simonb Exp $
 
 .if !defined(ELFSIZE)
 ELFSIZE=32
@@ -41,11 +41,10 @@
        @${LD} -x -r -o ${.TARGET} ${.TARGET}.o
        @rm -f ${.TARGET}.o
 
-install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
-           ${DESTDIR}/usr/lib
-       rm -f ${DESTDIR}/usr/lib/crtbeginS.o ${DESTDIR}/usr/lib/crtendS.o
-       ln ${DESTDIR}/usr/lib/crtbegin.o ${DESTDIR}/usr/lib/crtbeginS.o
-       ln ${DESTDIR}/usr/lib/crtend.o ${DESTDIR}/usr/lib/crtendS.o
+FILES=${OBJS}
+FILESDIR=/usr/lib
+
+LINKS= ${LIBDIR}/crtbegin.o ${LIBDIR}/crtbeginS.o \
+       ${LIBDIR}/crtend.o ${LIBDIR}/crtendS.o
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index