Remove the update of oe-symlinks from the update target so that it will
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 26 Jul 2005 01:59:25 +0000 (01:59 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 26 Jul 2005 01:59:25 +0000 (01:59 +0000)
run again (this is an intermediate step in the removal of oe-symlinks).

Makefile

index 13c1fb5..f9586cd 100644 (file)
--- 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