Module Name: src
Committed By: uebayasi
Date: Wed Nov 25 11:49:36 UTC 2009
Modified Files:
src/tools: Makefile.gmakehost Makefile.gnuhost
Log Message:
Actually use timestamp file's timestamps so that things rebuild correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/Makefile.gmakehost
cvs rdiff -u -r1.33 -r1.34 src/tools/Makefile.gnuhost
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/Makefile.gmakehost
diff -u src/tools/Makefile.gmakehost:1.5 src/tools/Makefile.gmakehost:1.6
--- src/tools/Makefile.gmakehost:1.5 Sun Oct 19 22:05:23 2008
+++ src/tools/Makefile.gmakehost Wed Nov 25 11:49:36 2009
@@ -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"
Index: src/tools/Makefile.gnuhost
diff -u src/tools/Makefile.gnuhost:1.33 src/tools/Makefile.gnuhost:1.34
--- src/tools/Makefile.gnuhost:1.33 Sun Oct 19 22:05:23 2008
+++ src/tools/Makefile.gnuhost Wed Nov 25 11:49:36 2009
@@ -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"