From: Rod Whitby Date: Sat, 13 Aug 2005 10:42:14 +0000 (+0000) Subject: Added targets for unslung-binary-kernel X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=effd85158c0b171f0c9115cdba6d8c0636758ec7;p=openembedded.git Added targets for unslung-binary-kernel --- diff --git a/Makefile b/Makefile index 9350aa27d9..ce6b9e066e 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,14 @@ else prefetch-unslung: endif +.PHONY: prefetch-unslung-binary-kernel +ifneq ($(HOST_MACHINE),armeb) +prefetch-unslung-binary-kernel: unslung-binary-kernel/.configured bitbake/.configured openembedded/.configured + ( cd unslung-binary-kernel ; ${MAKE} prefetch ) +else +prefetch-unslung-binary-kernel: +endif + .PHONY: prefetch-openslug ifneq ($(HOST_MACHINE),armeb) prefetch-openslug: openslug/.configured bitbake/.configured openembedded/.configured @@ -126,6 +134,14 @@ else unslung build-unslung: endif +.PHONY: unslung-binary-kernel build-unslung-binary-kernel +ifneq ($(HOST_MACHINE),armeb) +unslung-binary-kernel build-unslung-binary-kernel: unslung-binary-kernel/.configured bitbake/.configured openembedded/.configured + ( cd unslung-binary-kernel ; ${MAKE} ) +else +unslung-binary-kernel build-unslung-binary-kernel: +endif + .PHONY: openslug build-openslug ifneq ($(HOST_MACHINE),armeb) openslug build-openslug: openslug/.configured bitbake/.configured openembedded/.configured @@ -201,8 +217,8 @@ setup-openembedded openembedded/.configured: MT/.configured [ -e openembedded/conf/machine/nslu2.conf ] || monotone co -b org.openembedded.nslu2-linux openembedded touch openembedded/.configured -.PHONY: setup-unslung setup-openslug setup-ucslugc -setup-unslung setup-openslug setup-ucslugc: setup-%: MT/.configured +.PHONY: setup-unslung setup-unslung-binary-kernel setup-openslug setup-ucslugc +setup-unslung setup-unslung-binary-kernel setup-openslug setup-ucslugc: setup-%: MT/.configured rm -rf $*/.configured ${MAKE} $*/.configured @@ -430,6 +446,10 @@ status-openslug-%-beta: clobber-unslung: [ ! -e unslung/Makefile ] || ( cd unslung ; ${MAKE} clobber ) +.PHONY: clobber-unslung-binary-kernel +clobber-unslung-binary-kernel: + [ ! -e unslung-binary-kernel/Makefile ] || ( cd unslung-binary-kernel ; ${MAKE} clobber ) + .PHONY: clobber-openslug clobber-openslug: [ ! -e openslug/Makefile ] || ( cd openslug ; ${MAKE} clobber ) @@ -465,6 +485,10 @@ distclean-openembedded: distclean-unslung: rm -rf unslung +.PHONY: distclean-unslung-binary-kernel +distclean-unslung-binary-kernel: + rm -rf unslung-binary-kernel + .PHONY: distclean-openslug distclean-openslug: rm -rf openslug