From: Oyvind Repvik Date: Fri, 5 Aug 2005 12:17:42 +0000 (+0000) Subject: Create a separate openslug-2.3-beta convenience target that does all my work X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c29c8112a8bf7049c3347c54a9d1a20bb80636;p=openembedded.git Create a separate openslug-2.3-beta convenience target that does all my work --- diff --git a/Makefile b/Makefile index e51509494e..9e023faa11 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,11 @@ optware-nslu2 build-optware-nslu2: optware/nslu2/.configured optware-wl500g build-optware-wl500g: optware/wl500g/.configured ( cd optware/wl500g ; ${MAKE} autoclean ; ${MAKE} ) -.PHONY: openslug-2.3-beta build-openslug-2.3-beta -openslug-2.3-beta build-openslug-2.3-beta: releases/OpenSlug-2.3-beta/.configured +.PHONY: openslug-2.3-beta +openslug-2.3-beta: update-openslug-2.3-beta build-openslug-2.3-beta upload-openslug-2.3-beta + +.PHONY: build-openslug-2.3-beta +build-openslug-2.3-beta: releases/OpenSlug-2.3-beta/.configured ( cd releases/OpenSlug-2.3-beta ; ${MAKE} openslug-firmware ) .PHONY: setup-master