From: John Bowler Date: Tue, 26 Jul 2005 01:59:25 +0000 (+0000) Subject: Remove the update of oe-symlinks from the update target so that it will X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c889b78359d96c4a0c770f653c1e49c964190376;p=openembedded.git Remove the update of oe-symlinks from the update target so that it will run again (this is an intermediate step in the removal of oe-symlinks). --- diff --git a/Makefile b/Makefile index 13c1fb5e38..f9586cd2af 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ setup: setup-master setup-bitbake setup-openembedded setup-oe-symlinks setup-opt setup-developer: setup-master setup-bitbake setup-openembedded setup-oe-symlinks-developer setup-optware-developer .PHONY: update -update: update-master update-bitbake update-openembedded update-oe-symlinks update-optware +update: update-master update-bitbake update-openembedded update-optware .PHONY: clobber clobber: clobber-optware clobber-oe-symlinks clobber-openembedded clobber-bitbake