Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Avoid building and installing every time, so that we d...



details:   https://anonhg.NetBSD.org/src/rev/0a000e1a3ead
branches:  trunk
changeset: 519235:0a000e1a3ead
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Dec 13 19:36:22 2001 +0000

description:
Avoid building and installing every time, so that we don't have toolchain
dependencies cause things like constantly regenerating catpages....

diffstat:

 tools/Makefile.gnuhost |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r a2ffcbee7aca -r 0a000e1a3ead tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost    Thu Dec 13 19:29:32 2001 +0000
+++ b/tools/Makefile.gnuhost    Thu Dec 13 19:36:22 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuhost,v 1.10 2001/12/02 03:03:12 jmc Exp $
+#      $NetBSD: Makefile.gnuhost,v 1.11 2001/12/13 19:36:22 tv Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -81,9 +81,6 @@
 .endif
        @touch $@
 
-.PHONY:                .build_done .install_done
-.ORDER:                .build_done .install_done
-
 # Mapping to standard targets.
 
 .if ${USETOOLS} == "yes"



Home | Main Index | Thread Index | Old Index