Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand Tweak SUBDIR build order and add comment...
details: https://anonhg.NetBSD.org/src/rev/3646867b5a1f
branches: trunk
changeset: 781999:3646867b5a1f
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Oct 12 17:06:48 2012 +0000
description:
Tweak SUBDIR build order and add comments about each dir.
diffstat:
sys/arch/x68k/stand/Makefile | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r b16293daecd7 -r 3646867b5a1f sys/arch/x68k/stand/Makefile
--- a/sys/arch/x68k/stand/Makefile Fri Oct 12 15:41:10 2012 +0000
+++ b/sys/arch/x68k/stand/Makefile Fri Oct 12 17:06:48 2012 +0000
@@ -1,7 +1,17 @@
-# $NetBSD: Makefile,v 1.11 2012/06/19 12:59:51 minoura Exp $
+# $NetBSD: Makefile,v 1.12 2012/10/12 17:06:48 tsutsui Exp $
+
+# host tools
+SUBDIR= newdisk installboot
+
+# standalone libs
+SUBDIR+= libdos libiocs libsa .WAIT
-SUBDIR= libdos libiocs libsa .WAIT
-SUBDIR+= aout2hux .WAIT
-SUBDIR+= newdisk loadbsd mboot boot boot_ufs boot_ustar xxboot installboot
+# standalone bootloaders
+SUBDIR+= mboot
+SUBDIR+= boot_ufs boot_ustar xxboot
+SUBDIR+= boot
+
+# Human68k utility
+SUBDIR+= aout2hux .WAIT loadbsd
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index