From: Rod Whitby Date: Thu, 25 Aug 2005 10:15:15 +0000 (+0000) Subject: Fixed else clause of -image targets. X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245325fd2f15742ac857b9f10a1442562b1c9f3f;p=openembedded.git Fixed else clause of -image targets. --- diff --git a/Makefile b/Makefile index 7d3e2371af..ea1934cf3a 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,6 @@ else ucslugc build-ucslugc: endif - .PHONY: unslung-image build-unslung-image ifneq ($(HOST_MACHINE),armeb) unslung-image build-unslung-image: unslung/.configured bitbake/.configured openembedded/.configured @@ -177,7 +176,7 @@ ifneq ($(HOST_MACHINE),armeb) openslug-image build-openslug-image: openslug/.configured bitbake/.configured openembedded/.configured ( cd openslug ; ${MAKE} image ) else -openslug build-openslug: +openslug-image build-openslug-image: endif .PHONY: ucslugc-image build-ucslugc-image @@ -185,9 +184,12 @@ ifneq ($(HOST_MACHINE),armeb) ucslugc-image build-ucslugc-image: ucslugc/.configured bitbake/.configured openembedded/.configured ( cd ucslugc ; ${MAKE} image) else -ucslugc build-ucslugc: +ucslugc-image build-ucslugc-image: endif +.PHONY: build-optware +build-optware: build-optware-nslu2 build-optware-wl500g + .PHONY: optware-nslu2 build-optware-nslu2 ifneq ($(HOST_MACHINE),armeb) optware-nslu2 build-optware-nslu2: optware/nslu2/.configured