Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ktruss Add dummy dependency so that parallel make wo...
details: https://anonhg.NetBSD.org/src/rev/bbb7276f2af8
branches: trunk
changeset: 502089:bbb7276f2af8
user: enami <enami%NetBSD.org@localhost>
date: Thu Jan 11 14:25:27 2001 +0000
description:
Add dummy dependency so that parallel make won't to make misc.c and misc.h
at the same time.
diffstat:
usr.bin/ktruss/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 60da901ea729 -r bbb7276f2af8 usr.bin/ktruss/Makefile
--- a/usr.bin/ktruss/Makefile Thu Jan 11 14:24:04 2001 +0000
+++ b/usr.bin/ktruss/Makefile Thu Jan 11 14:25:27 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/12/30 14:54:40 sommerfeld Exp $
+# $NetBSD: Makefile,v 1.9 2001/01/11 14:25:27 enami Exp $
PROG= ktruss
SRCS= ktrace.c dump.c subr.c ioctl.c misc.c setemul.c
@@ -8,13 +8,14 @@
CLEANFILES+= misc.c misc.h ioctl.c
MAN=
WFORMAT=1
-dump.c: misc.h
-misc.c misc.h: ${DESTDIR}/usr/include/sys/errno.h \
+dump.c misc.c: misc.h
+misc.h: ${DESTDIR}/usr/include/sys/errno.h \
${DESTDIR}/usr/include/sys/signal.h
${.CURDIR}/makeerrnos.sh \
${DESTDIR}/usr/include/sys/errno.h \
${DESTDIR}/usr/include/sys/signal.h misc
+# XXX It looks like .NOTPARALLEL doesn't works.
.NOTPARALLEL:
.include "${.CURDIR}/../kdump/Makefile.ioctl-c"
Home |
Main Index |
Thread Index |
Old Index