Source-Changes-HG archive

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

[src/trunk]: src/tools .include Makefile.disklabel in installboot, so that the



details:   https://anonhg.NetBSD.org/src/rev/d2dceadcd015
branches:  trunk
changeset: 581981:d2dceadcd015
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Jun 12 20:24:14 2005 +0000

description:
.include Makefile.disklabel in installboot, so that the
nbinclude/ header files will be installed.  Build installboot after
pax, since Makefile.disklabel uses pax to install the headers.

diffstat:

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

diffs (38 lines):

diff -r fa6d9d336feb -r d2dceadcd015 tools/Makefile
--- a/tools/Makefile    Sun Jun 12 20:21:20 2005 +0000
+++ b/tools/Makefile    Sun Jun 12 20:24:14 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.90 2005/06/12 19:46:17 dyoung Exp $
+#      $NetBSD: Makefile,v 1.91 2005/06/12 20:24:14 dyoung Exp $
 
 .include <bsd.own.mk>
 
@@ -29,11 +29,12 @@
        lex .WAIT \
        ${TOOLCHAIN_BITS} \
                asn1_compile cat cksum compile_et config db \
-               file installboot lint1 \
+               file lint1 \
                makefs menuc mkcsmapper mkesdb mklocale mknod msgc \
                pax .WAIT \
                disklabel \
                fdisk \
+               installboot \
                pwd_mkdb stat sunlabel zic
 
 .if ${MKMAN} != "no"
diff -r fa6d9d336feb -r d2dceadcd015 tools/installboot/Makefile
--- a/tools/installboot/Makefile        Sun Jun 12 20:21:20 2005 +0000
+++ b/tools/installboot/Makefile        Sun Jun 12 20:24:14 2005 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2003/05/14 00:30:27 dbj Exp $
+#      $NetBSD: Makefile,v 1.9 2005/06/12 20:24:14 dyoung Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}installboot
 HOST_SRCDIR=   usr.sbin/installboot
 
 HOST_CPPFLAGS+=        -I. -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff
 
+.include "${.CURDIR}/../Makefile.disklabel"
 .include "${.CURDIR}/../Makefile.host"
 



Home | Main Index | Thread Index | Old Index