Source-Changes-HG archive

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

[src/trunk]: src/tools Make sure to not go off installing in a directory befo...



details:   https://anonhg.NetBSD.org/src/rev/461d3e30fbd1
branches:  trunk
changeset: 521930:461d3e30fbd1
user:      pk <pk%NetBSD.org@localhost>
date:      Fri Feb 08 17:48:38 2002 +0000

description:
Make sure to not go off installing in a directory before it's fully made.

diffstat:

 tools/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d966f146ec0e -r 461d3e30fbd1 tools/Makefile
--- a/tools/Makefile    Fri Feb 08 17:44:23 2002 +0000
+++ b/tools/Makefile    Fri Feb 08 17:48:38 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.32 2002/01/31 22:43:43 tv Exp $
+#      $NetBSD: Makefile,v 1.33 2002/02/08 17:48:38 pk Exp $
 
 # XXX Note: NO_DBSYM is a stopgap temporary variable for use
 # with the development of non-NetBSD hosting support.  This will go away.
@@ -62,6 +62,7 @@
 _this:=                ${d}
 .if ${_this} == ".WAIT"
 _dep:=         ${_dep} install-${_last}
+install-${_last}: all-${_last}
 .else
 _last:=                ${d}
 depend-${d} all-${d} dependall-${d}: ${_dep}



Home | Main Index | Thread Index | Old Index