projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75efd6b
)
Makefile: fix release target with make 3.81
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 3 Nov 2010 23:00:00 +0000
(
00:00
+0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 3 Nov 2010 23:03:52 +0000
(
00:03
+0100)
It seems that target-specific variables don't mix with target rules.
Thanks to Yann for helping debugging the issue.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index dda78fe1b52e531e63db6a960b2e56fde9d7337c..3664c960302726176b84752842301976d934d01d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-638,6
+638,8
@@
help:
@echo
release: OUT=buildroot-$(BR2_VERSION)
+
+release:
git archive --format=tar --prefix=$(OUT)/ master|gzip -9 >$(OUT).tar.gz
.PHONY: $(noconfig_targets)