Source-Changes-HG archive

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

[src/netbsd-1-5]: src/libexec/ld.aout_so Pull up from current (approved by th...



details:   https://anonhg.NetBSD.org/src/rev/08e863dde7a7
branches:  netbsd-1-5
changeset: 489445:08e863dde7a7
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Sep 12 16:54:11 2000 +0000

description:
Pull up from current (approved by thorpej):

- Add "dependall" target so that "make build" will really uudecode the
  "ld.so" binaries for i386 and sparc.
- Remove bogus "${DESTDIR}/" from "FILESDIR".

basesrc/libexec/ld.aout_so/Makefile     1.29 -> 1.30

diffstat:

 libexec/ld.aout_so/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r fe0973ce036a -r 08e863dde7a7 libexec/ld.aout_so/Makefile
--- a/libexec/ld.aout_so/Makefile       Tue Sep 12 15:25:15 2000 +0000
+++ b/libexec/ld.aout_so/Makefile       Tue Sep 12 16:54:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28.10.1 2000/09/12 00:56:57 fvdl Exp $
+#      $NetBSD: Makefile,v 1.28.10.2 2000/09/12 16:54:11 tron Exp $
 
 .include <bsd.own.mk>
 .if (${OBJECT_FMT} == "a.out")
@@ -32,11 +32,11 @@
        ${MACHINE_ARCH} == "sparc"))
 
 FILES=         ld.so
-FILESDIR=      ${DESTDIR}/usr/libexec
+FILESDIR=      /usr/libexec
 FILESMODE=     ${BINMODE}
 CLEANFILES+=   ld.so
 
-all: ${FILES}
+all dependall: ${FILES}
 
 ld.so: ${.CURDIR}/ld.so.${MACHINE_ARCH}.uue
        uudecode ${.ALLSRC}



Home | Main Index | Thread Index | Old Index