Source-Changes-HG archive

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

[src/trunk]: src no need to create a do-lib-libdes target, the directory no l...



details:   https://anonhg.NetBSD.org/src/rev/c42d5d39e1fe
branches:  trunk
changeset: 758955:c42d5d39e1fe
user:      plunky <plunky%NetBSD.org@localhost>
date:      Mon Nov 22 08:35:44 2010 +0000

description:
no need to create a do-lib-libdes target, the directory no longer exists

diffstat:

 Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6b7709f4d182 -r c42d5d39e1fe Makefile
--- a/Makefile  Mon Nov 22 08:34:56 2010 +0000
+++ b/Makefile  Mon Nov 22 08:35:44 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.278 2010/07/06 05:59:50 mrg Exp $
+#      $NetBSD: Makefile,v 1.279 2010/11/22 08:35:44 plunky Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -416,7 +416,7 @@
 BUILD_CC_LIB+= external/bsd/pcc/libpcc
 .endif
 
-.for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib/libdes lib gnu/lib external/lib crypto/external/lib sys/rump/dev/lib sys/rump/fs/lib sys/rump/kern/lib sys/rump/net/lib sys/modules
+.for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib gnu/lib external/lib crypto/external/lib sys/rump/dev/lib sys/rump/fs/lib sys/rump/kern/lib sys/rump/net/lib sys/modules
 do-${dir:S/\//-/g}: .PHONY .MAKE
 .for targ in dependall install
        ${MAKEDIRTARGET} ${dir} ${targ}



Home | Main Index | Thread Index | Old Index