projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4605d4
)
Added 'clean' target to packaging/Makefile
author
Ed Bartosh
<eduard.bartosh@intel.com>
Wed, 25 Jul 2012 13:33:25 +0000
(16:33 +0300)
committer
Ed Bartosh
<eduard.bartosh@intel.com>
Wed, 25 Jul 2012 13:36:31 +0000
(16:36 +0300)
Without this change Jenkins job accumulates useless tarballs
from previous gbs versions and uploads them to OBS.
Change-Id: I1f5deea5ccd4e77753fd256b1dd2ec77c6ae73aa
packaging/Makefile
patch
|
blob
|
history
diff --git
a/packaging/Makefile
b/packaging/Makefile
index 9c3687c8665a4d375542e3c88fd0e2f8a67273af..9495972ebdef439874064cc1befdbfacd0c4ebc4 100644
(file)
--- a/
packaging/Makefile
+++ b/
packaging/Makefile
@@
-11,4
+11,7
@@
tarball:
@cd .. && git archive --prefix $(PKG_NAME)-$(PKG_VERSION)/ HEAD \
| gzip > packaging/$(TARBALL)
-all: tarball dsc
+clean:
+ @rm -f *.tar.gz
+
+all: clean tarball dsc