mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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:
parent
75efd6b4fa
commit
0dca706568
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user