Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump Don't invoke the egrep for cleandir and obj ta...



details:   https://anonhg.NetBSD.org/src/rev/a35119dfe82c
branches:  trunk
changeset: 565914:a35119dfe82c
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Apr 23 12:05:53 2004 +0000

description:
Don't invoke the egrep for cleandir and obj targets. Needed for build.sh.
Use ".if !make()" instead of ".if !target()".

diffstat:

 usr.bin/kdump/Makefile.ioctl-c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 1af4110f8c7d -r a35119dfe82c usr.bin/kdump/Makefile.ioctl-c
--- a/usr.bin/kdump/Makefile.ioctl-c    Fri Apr 23 12:04:44 2004 +0000
+++ b/usr.bin/kdump/Makefile.ioctl-c    Fri Apr 23 12:05:53 2004 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.ioctl-c,v 1.13 2004/04/23 09:50:21 hannken Exp $
+#      $NetBSD: Makefile.ioctl-c,v 1.14 2004/04/23 12:05:53 hannken Exp $
 
 # NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
 
 DEPFILEGLOB=   ${DESTDIR}/usr/include/*/*.h
 
-.if !target(obj) && !target(clean)
+.if !make(cleandir) && !make(obj)
 DEPFILES != egrep -l '(_IO\(|_IOR\(|_IOW\(|_IORW\()' ${DEPFILEGLOB}
 .endif
 



Home | Main Index | Thread Index | Old Index