mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
move TAR_OPTIONS to its rightful place
This commit is contained in:
parent
1eab86d0eb
commit
ddb5ebab06
3
Makefile
3
Makefile
@ -35,9 +35,6 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
|||||||
-include $(TOPDIR).config
|
-include $(TOPDIR).config
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
|
|
||||||
#"
|
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
|
@ -8,6 +8,8 @@ WGET:=$(strip $(subst ",, $(BR2_WGET)))
|
|||||||
#"
|
#"
|
||||||
SVN:=$(strip $(subst ",, $(BR2_SVN)))
|
SVN:=$(strip $(subst ",, $(BR2_SVN)))
|
||||||
#"
|
#"
|
||||||
|
TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
|
||||||
|
#"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user