projects
/
oweals
/
hwids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bd580a
)
Remove dist-generation rule from Makefile.
author
Diego Elio Pettenò
<flameeyes@flameeyes.eu>
Sat, 12 May 2012 16:57:43 +0000
(09:57 -0700)
committer
Diego Elio Pettenò
<flameeyes@flameeyes.eu>
Sat, 12 May 2012 16:57:43 +0000
(09:57 -0700)
Instead of creating tarballs, simply use those provided by GitHub on
tags from now on.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a27933b146c79d512b4c7119f11bbee3ba109b89..9a59ded32d17342e646e6514367ec87c035d8871 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-8,8
+8,5
@@
fetch:
PV ?= $(shell date +%Y%m%d)
P = hwids-$(PV)
-dist: $(P).tar.xz
-
-$(P).tar.xz:
+tag:
git tag $(P)
- git archive --prefix=$(P)/ $(P) | xz -9e > $(P).tar.xz