projects
/
oweals
/
hwdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b69e8
)
Fix create-archive target
author
Adam Jackson
<ajax@redhat.com>
Thu, 9 Apr 2009 18:24:47 +0000
(14:24 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Thu, 9 Apr 2009 18:25:02 +0000
(14:25 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index add54c2d8b5c4359c3ae297a9ce11ff35cd6c768..312867636aab09d9df11d770f435740e825d0998 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-55,7
+55,7
@@
check:
create-archive:
@rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar* 2>/dev/null
@make changelog
- @git
-
archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD > $(NAME)-$(VERSION).tar
+ @git
archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD > $(NAME)-$(VERSION).tar
@mkdir $(NAME)-$(VERSION)
@cp ChangeLog $(NAME)-$(VERSION)/
@tar --append -f $(NAME)-$(VERSION).tar $(NAME)-$(VERSION)