Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/init_s Merge in changes between revisions...



details:   https://anonhg.NetBSD.org/src/rev/cdba82e0a791
branches:  netbsd-1-5
changeset: 489531:cdba82e0a791
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Mon Sep 25 22:17:52 2000 +0000

description:
Merge in changes between revisions 1.10 and 1.11. Approved by thorpej.

Original log message:

Tell make not to look for init in its path. This prevents make from
replacing the init in src/sbin/init with the small init we make here.

diffstat:

 distrib/utils/init_s/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 2c5af0724e6a -r cdba82e0a791 distrib/utils/init_s/Makefile
--- a/distrib/utils/init_s/Makefile     Fri Sep 22 11:37:54 2000 +0000
+++ b/distrib/utils/init_s/Makefile     Mon Sep 25 22:17:52 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/05/18 01:10:22 matt Exp $
+# $NetBSD: Makefile,v 1.10.4.1 2000/09/25 22:17:52 wrstuden Exp $
 # Build a "small init" (i.e. for boot media)
 
 PROG=  init
@@ -18,3 +18,4 @@
 .include <bsd.prog.mk>
 
 .PATH:  ${SRCDIR}
+.NOPATH: ${PROG}



Home | Main Index | Thread Index | Old Index