Module Name:    src
Committed By:   jmcneill
Date:           Sun Feb 10 21:36:31 UTC 2013

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/etc/etc.evbarm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbarm/Makefile.inc
diff -u src/etc/etc.evbarm/Makefile.inc:1.41 src/etc/etc.evbarm/Makefile.inc:1.42
--- src/etc/etc.evbarm/Makefile.inc:1.41	Sun Feb 10 20:25:56 2013
+++ src/etc/etc.evbarm/Makefile.inc	Sun Feb 10 21:36:31 2013
@@ -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 @@ KERNEL_SETS+=		IXM1200 HDL_G
 .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 @@ SNAP_MD_POST_DEPS+=	smp_rpi
 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
 

Reply via email to