Source-Changes-HG archive

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

[src/trunk]: src Add do-{target} aliases for: cleandir obj includes



details:   https://anonhg.NetBSD.org/src/rev/3a781cbd251d
branches:  trunk
changeset: 539960:3a781cbd251d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Nov 29 23:48:37 2002 +0000

description:
Add do-{target} aliases for:  cleandir  obj  includes
to be consistent with the other do-TARGET targets for make build.
(These are not used by "make build" per se, they're just to make my
life easier)

diffstat:

 Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d2f0b1283163 -r 3a781cbd251d Makefile
--- a/Makefile  Fri Nov 29 23:28:30 2002 +0000
+++ b/Makefile  Fri Nov 29 23:48:37 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.189 2002/11/12 14:33:48 itohy Exp $
+#      $NetBSD: Makefile,v 1.190 2002/11/29 23:48:37 lukem Exp $
 
 # This is the top-level makefile for building NetBSD. For an outline of
 # how to build a snapshot or release, as well as other release engineering
@@ -201,6 +201,11 @@
        (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=${DESTDIR} distrib-dirs)
 .endif
 
+.for targ in cleandir obj includes
+do-${targ}: ${targ}
+       @true
+.endfor
+
 .for dir in tools lib/csu lib/libc lib gnu/lib
 do-${dir:S/\//-/}:
 .for targ in dependall install



Home | Main Index | Thread Index | Old Index