Makefile: fix release target with make 3.81
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>
This commit is contained in:
2
Makefile
2
Makefile
@@ -638,6 +638,8 @@ help:
|
|||||||
@echo
|
@echo
|
||||||
|
|
||||||
release: OUT=buildroot-$(BR2_VERSION)
|
release: OUT=buildroot-$(BR2_VERSION)
|
||||||
|
|
||||||
|
release:
|
||||||
git archive --format=tar --prefix=$(OUT)/ master|gzip -9 >$(OUT).tar.gz
|
git archive --format=tar --prefix=$(OUT)/ master|gzip -9 >$(OUT).tar.gz
|
||||||
|
|
||||||
.PHONY: $(noconfig_targets)
|
.PHONY: $(noconfig_targets)
|
||||||
|
|||||||
Reference in New Issue
Block a user