summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-08-02 07:18:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-02 07:18:18 +0000
commita504c015bca9089d0622e04ad33b24e6805a061c (patch)
tree3a083810c78f5156033c9774e54463c2b2881627 /Makefile
parent6407ebe80de9614bdb380f25216dbdc717d763ba (diff)
Added the clobber-releases target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b1038d83f..676953456c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ update: update-master update-bitbake update-openembedded update-optware
status: status-master status-bitbake status-openembedded status-optware
.PHONY: clobber
-clobber: clobber-optware clobber-openembedded clobber-bitbake clobber-master
+clobber: clobber-master clobber-bitbake clobber-openembedded clobber-optware clobber-releases
.PHONY: unslung build-unslung
unslung build-unslung: unslung/.configured bitbake/.configured openembedded/.configured
@@ -298,6 +298,10 @@ clobber-openembedded:
clobber-optware:
rm -rf optware
+.PHONY: clobber-releases
+clobber-releases:
+ rm -rf releases
+
# Targets for use by those with write access to the repositories
.PHONY: push
@@ -306,6 +310,7 @@ push: push-master push-bitbake push-openembedded
.PHONY: push-master
push-master: update-master
monotone push
+ # scp Makefile slug@www.nslu2-linux.org:htdocs/www/Makefile
scp Makefile nslu@www.nslu2-linux.org:public_html/Makefile
.PHONY: push-bitbake