Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/tools/pswrap Revert previous; it's unnecessary in light ...
details: https://anonhg.NetBSD.org/src/rev/b557c97097e7
branches: trunk
changeset: 579662:b557c97097e7
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Mar 20 23:49:06 2005 +0000
description:
Revert previous; it's unnecessary in light of Christos' fix to
pswfile.c rev 1.2. It also may have a make -j race.
Explicitly use -f ${.TARGET:.c=.h} in .psw.c; it can't hurt and
it mirrors what XFree86 does.
diffstat:
x11/tools/pswrap/Makefile.pswrap | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 3220da9ee6c4 -r b557c97097e7 x11/tools/pswrap/Makefile.pswrap
--- a/x11/tools/pswrap/Makefile.pswrap Sun Mar 20 23:11:19 2005 +0000
+++ b/x11/tools/pswrap/Makefile.pswrap Sun Mar 20 23:49:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.pswrap,v 1.3 2005/03/20 23:11:19 rtr Exp $
+# $NetBSD: Makefile.pswrap,v 1.4 2005/03/20 23:49:06 lukem Exp $
.SUFFIXES: .psw .c .h
@@ -11,9 +11,9 @@
.psw.c: ${PSWRAP}
${_MKTARGET_CREATE}
rm -f ${.TARGET}
- ${PSWRAP} -a -o ${.TARGET} -h ${.TARGET:.c=.h} ${.IMPSRC}
+ ${PSWRAP} -a -o ${.TARGET} -f ${.TARGET:.c=.h} ${.IMPSRC}
.psw.h: ${PSWRAP}
${_MKTARGET_CREATE}
rm -f ${.TARGET}
- ${PSWRAP} -a -f ${.TARGET} -h ${.TARGET} ${.IMPSRC} >/dev/null
+ ${PSWRAP} -a -h ${.TARGET} ${.IMPSRC} >/dev/null
Home |
Main Index |
Thread Index |
Old Index