Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/alpha/stand reorganize Makefiles so that warni...
details: https://anonhg.NetBSD.org/src/rev/07480bf61325
branches: netbsd-1-4
changeset: 468058:07480bf61325
user: cgd <cgd%NetBSD.org@localhost>
date: Mon Apr 05 03:35:25 1999 +0000
description:
reorganize Makefiles so that warning flags aren't accidentally omitted,
and so that all programs and boot blocks are built.
diffstat:
sys/arch/alpha/stand/Makefile | 10 ++++++++++
sys/arch/alpha/stand/mkbootimage/Makefile | 5 +++++
sys/arch/alpha/stand/setnetbootinfo/Makefile | 5 +++++
3 files changed, 20 insertions(+), 0 deletions(-)
diffs (32 lines):
diff -r f0dc797bdb6f -r 07480bf61325 sys/arch/alpha/stand/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/stand/Makefile Mon Apr 05 03:35:25 1999 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.12.2.2 1999/04/05 03:35:25 cgd Exp $
+
+SUBDIR= installboot mkbootimage setnetbootinfo
+SUBDIR+= boot bootxx_cd9660 bootxx_ffs netboot ustarboot
+
+# temporary:
+SUBDIR+= installboot.old
+SUBDIR+= bootxx
+
+.include <bsd.subdir.mk>
diff -r f0dc797bdb6f -r 07480bf61325 sys/arch/alpha/stand/mkbootimage/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/stand/mkbootimage/Makefile Mon Apr 05 03:35:25 1999 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.2.2.2 1999/04/05 03:35:25 cgd Exp $
+
+PROG= mkbootimage
+
+.include <bsd.prog.mk>
diff -r f0dc797bdb6f -r 07480bf61325 sys/arch/alpha/stand/setnetbootinfo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/stand/setnetbootinfo/Makefile Mon Apr 05 03:35:25 1999 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.10.2.2 1999/04/05 03:35:25 cgd Exp $
+
+PROG= setnetbootinfo
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index