Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.evbarm fix rpi kernel path, defer image building unt...



details:   https://anonhg.NetBSD.org/src/rev/ad693bb86e94
branches:  trunk
changeset: 784827:ad693bb86e94
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Feb 10 21:36:31 2013 +0000

description:
fix rpi kernel path, defer image building until after release target is done

diffstat:

 etc/etc.evbarm/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0a2acf9d339c -r ad693bb86e94 etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Sun Feb 10 21:21:29 2013 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Sun Feb 10 21:36:31 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.41 2013/02/10 20:25:56 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.42 2013/02/10 21:36:31 jmcneill Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -62,7 +62,7 @@
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm" \
     || ${MACHINE_ARCH} == "earmhf"
 EXTRA_KERNELS+=                RPI
-smp_rpi: ${IMAGE.kern}/kernel/netbsd-RPI.bin.gz __mkimage
+smp_rpi: ${IMAGE.kern}/netbsd-RPI.bin.gz __mkimage
 SNAP_MD_POST_DEPS+=    smp_rpi
 .endif
 
@@ -71,7 +71,7 @@
 KERNEL_SETS+=          IXM1200 NSLU2
 .endif
 
-snap_md_post: ${SNAP_MD_POST_DEPS}
+snap_md_post: check_DESTDIR check_RELEASEDIR snap_post .WAIT ${SNAP_MD_POST_DEPS}
 
 KERNEL_SUFFIXES=       bin srec ub
 



Home | Main Index | Thread Index | Old Index