Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Actually use timestamp file's timestamps so that thing...
details: https://anonhg.NetBSD.org/src/rev/b48e3138f4ab
branches: trunk
changeset: 749284:b48e3138f4ab
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Wed Nov 25 11:49:36 2009 +0000
description:
Actually use timestamp file's timestamps so that things rebuild correctly.
diffstat:
tools/Makefile.gmakehost | 4 +---
tools/Makefile.gnuhost | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 9f5d02a146e3 -r b48e3138f4ab tools/Makefile.gmakehost
--- a/tools/Makefile.gmakehost Wed Nov 25 09:30:04 2009 +0000
+++ b/tools/Makefile.gmakehost Wed Nov 25 11:49:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gmakehost,v 1.5 2008/10/19 22:05:23 apb Exp $
+# $NetBSD: Makefile.gmakehost,v 1.6 2009/11/25 11:49:36 uebayasi Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
# This version runs ${TOOL_GMAKE} instead of ${MAKE}
@@ -111,8 +111,6 @@
@(cd ${.OBJDIR}/build && /usr/bin/env -i ${BUILD_ENV} ${MAKE_ARGS} ${TOOL_GMAKE} -e ${MAKE_ARGS} ${INSTALL_TARGET})
@touch $@
-.PHONY: .build_done .install_done
-
# Mapping to standard targets.
.if ${USETOOLS} == "yes"
diff -r 9f5d02a146e3 -r b48e3138f4ab tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost Wed Nov 25 09:30:04 2009 +0000
+++ b/tools/Makefile.gnuhost Wed Nov 25 11:49:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuhost,v 1.33 2008/10/19 22:05:23 apb Exp $
+# $NetBSD: Makefile.gnuhost,v 1.34 2009/11/25 11:49:36 uebayasi Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@@ -103,8 +103,6 @@
@(cd ${.OBJDIR}/build && ${MAKE} ${MAKE_ARGS} ${INSTALL_TARGET})
@touch $@
-.PHONY: .build_done .install_done
-
# Mapping to standard targets.
.if ${USETOOLS} == "yes"
Home |
Main Index |
Thread Index |
Old Index