Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat Actually put the include directory timestamp un...
details: https://anonhg.NetBSD.org/src/rev/6af105b6b131
branches: trunk
changeset: 525857:6af105b6b131
user: tv <tv%NetBSD.org@localhost>
date: Thu Apr 18 21:15:08 2002 +0000
description:
Actually put the include directory timestamp under the "include" directory,
such that nuking the dir by hand also nukes the timestamp.
diffstat:
tools/compat/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 431329aa3170 -r 6af105b6b131 tools/compat/Makefile
--- a/tools/compat/Makefile Thu Apr 18 21:08:43 2002 +0000
+++ b/tools/compat/Makefile Thu Apr 18 21:15:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/04/18 15:31:51 bjh21 Exp $
+# $NetBSD: Makefile,v 1.13 2002/04/18 21:15:08 tv Exp $
HOSTLIB= nbcompat
@@ -37,7 +37,7 @@
SRCS:= ${SRCS:Nndbm.c}
-defs.mk: includes.stamp configure config.h.in defs.mk.in
+defs.mk: include/.stamp configure config.h.in defs.mk.in
CC=${HOST_CC:Q} CFLAGS=${HOST_CFLAGS:Q} LDFLAGS=${HOST_LDFLAGS:Q} \
sh ${.CURDIR}/configure --cache-file=config.cache
@touch $@
@@ -46,7 +46,7 @@
regen:
cd ${.CURDIR} && ${TOOLDIR}/bin/nbautoconf
-includes.stamp:
+include/.stamp:
mkdir -p include/sys include/machine include/rpc
@touch $@
Home |
Main Index |
Thread Index |
Old Index