mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
- Nowadays there is no need to strip the config symbols anymore
This commit is contained in:
parent
4f5facb9ec
commit
cfe511b268
6
Makefile
6
Makefile
@ -127,7 +127,7 @@ endif
|
|||||||
export HOSTAR HOSTAS HOSTCC HOSTCXX HOSTFC HOSTLD
|
export HOSTAR HOSTAS HOSTCC HOSTCXX HOSTFC HOSTLD
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
||||||
|
|
||||||
# cc-option
|
# cc-option
|
||||||
# Usage: cflags-y+=$(call cc-option, -march=winchip-c6, -march=i586)
|
# Usage: cflags-y+=$(call cc-option, -march=winchip-c6, -march=i586)
|
||||||
@ -349,7 +349,7 @@ sourceball:
|
|||||||
bzip2 -9 buildroot.tar; \
|
bzip2 -9 buildroot.tar; \
|
||||||
|
|
||||||
|
|
||||||
else # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
else # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
||||||
|
|
||||||
all: menuconfig
|
all: menuconfig
|
||||||
|
|
||||||
@ -434,7 +434,7 @@ clean:
|
|||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf sources/*
|
rm -rf sources/*
|
||||||
|
|
||||||
endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
||||||
|
|
||||||
%_defconfig: $(CONFIG)/conf
|
%_defconfig: $(CONFIG)/conf
|
||||||
cp $(shell find ./target/ -name $@) .config
|
cp $(shell find ./target/ -name $@) .config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user