Source-Changes-HG archive

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

[src/trunk]: src/sys Undefine DESTDIR; we don't want the special DESTDIR <bsd...



details:   https://anonhg.NetBSD.org/src/rev/0d4c6463edc7
branches:  trunk
changeset: 517555:0d4c6463edc7
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 14 21:59:31 2001 +0000

description:
Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>
handling for kernel libraries.

XXX this build method should be replaced by something more sane

diffstat:

 sys/compat/common/Makefile |  3 ++-
 sys/lib/libkern/Makefile   |  3 ++-
 sys/lib/libsa/Makefile     |  3 ++-
 sys/lib/libz/Makefile      |  3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diffs (66 lines):

diff -r 1d8d1db8db2a -r 0d4c6463edc7 sys/compat/common/Makefile
--- a/sys/compat/common/Makefile        Wed Nov 14 21:49:53 2001 +0000
+++ b/sys/compat/common/Makefile        Wed Nov 14 21:59:31 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 1999/08/25 04:47:12 thorpej Exp $
+#      $NetBSD: Makefile,v 1.25 2001/11/14 21:59:31 tv Exp $
 
 LIB=   compat
 MKPIC= no
@@ -34,4 +34,5 @@
 # only needed during build
 libinstall::
 
+.undef DESTDIR
 .include <bsd.lib.mk>
diff -r 1d8d1db8db2a -r 0d4c6463edc7 sys/lib/libkern/Makefile
--- a/sys/lib/libkern/Makefile  Wed Nov 14 21:49:53 2001 +0000
+++ b/sys/lib/libkern/Makefile  Wed Nov 14 21:59:31 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.61 2001/08/12 08:35:34 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.62 2001/11/14 21:59:31 tv Exp $
 
 LIB=   kern
 MKPIC= no
@@ -77,6 +77,7 @@
 # only needed during build
 libinstall::
 
+.undef DESTDIR
 .include <bsd.lib.mk>
 
 lib${LIB}.o:: ${OBJS}
diff -r 1d8d1db8db2a -r 0d4c6463edc7 sys/lib/libsa/Makefile
--- a/sys/lib/libsa/Makefile    Wed Nov 14 21:49:53 2001 +0000
+++ b/sys/lib/libsa/Makefile    Wed Nov 14 21:59:31 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.47 2001/10/31 17:20:50 thorpej Exp $
+#      $NetBSD: Makefile,v 1.48 2001/11/14 21:59:32 tv Exp $
 
 LIB=   sa
 MKPIC= no
@@ -49,6 +49,7 @@
 # only needed during build
 libinstall::
 
+.undef DESTDIR
 .include <bsd.lib.mk>
 
 lib${LIB}.o:: ${OBJS}
diff -r 1d8d1db8db2a -r 0d4c6463edc7 sys/lib/libz/Makefile
--- a/sys/lib/libz/Makefile     Wed Nov 14 21:49:53 2001 +0000
+++ b/sys/lib/libz/Makefile     Wed Nov 14 21:59:31 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 1999/05/07 14:28:51 drochner Exp $
+#      $NetBSD: Makefile,v 1.11 2001/11/14 21:59:32 tv Exp $
 
 LIB=   z
 MKPIC= no
@@ -23,6 +23,7 @@
 # only needed during build
 libinstall::
 
+.undef DESTDIR
 .include <bsd.lib.mk>
 
 lib${LIB}.o:: ${OBJS}



Home | Main Index | Thread Index | Old Index