Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/conf Add a SYSTEM_DEP for the ramdisk on IN...
details: https://anonhg.NetBSD.org/src/rev/128de06911c1
branches: trunk
changeset: 789580:128de06911c1
user: matt <matt%NetBSD.org@localhost>
date: Fri Aug 23 06:25:02 2013 +0000
description:
Add a SYSTEM_DEP for the ramdisk on INSTALL kernels.
diffstat:
sys/arch/powerpc/conf/Makefile.powerpc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9d873c4cf1c9 -r 128de06911c1 sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc Fri Aug 23 06:24:21 2013 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc Fri Aug 23 06:25:02 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.powerpc,v 1.51 2013/03/10 07:18:20 christos Exp $
+# $NetBSD: Makefile.powerpc,v 1.52 2013/08/23 06:25:02 matt Exp $
#
# Makefile for NetBSD
#
@@ -89,6 +89,7 @@
.if defined(NEED_MDSETIMAGE) && $(NEED_MDSETIMAGE) != "no" \
&& defined(RAMDISKDIR) && exists(${RAMDISKDIR}/ramdisk.fs)
+SYSTEM_DEP+= ${RAMDISKDIR}/ramdisk.fs
SYSTEM_LD_TAIL_EXTRA+=; \
echo ${TOOL_MDSETIMAGE} -s $@ ${RAMDISKDIR}/ramdisk.fs; \
${TOOL_MDSETIMAGE} -s $@ ${RAMDISKDIR}/ramdisk.fs
Home |
Main Index |
Thread Index |
Old Index