git.annexia.org
/
goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f0ac6
)
build: dist should have %tarfile as target.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 18 Jan 2020 15:23:45 +0000
(15:23 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 18 Jan 2020 15:25:00 +0000
(15:25 +0000)
Goalfile.in
patch
|
blob
|
history
diff --git
a/Goalfile.in
b/Goalfile.in
index
1885d20
..
e8d6018
100644
(file)
--- a/
Goalfile.in
+++ b/
Goalfile.in
@@
-241,7
+241,7
@@
let distfiles = [
let tarfile = "@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz"
-goal dist = {
+goal dist =
"%tarfile" :
{
d="@PACKAGE_NAME@-@PACKAGE_VERSION@"
o=%tarfile
rm -rf "$d"