Lets give this a try...
This commit is contained in:
parent
27d3766e0d
commit
8610f91ebf
15
Makefile
15
Makefile
@ -160,21 +160,20 @@ $(TOPDIR)include/config.h:
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
$(TOPDIR).config:
|
$(TOPDIR).config:
|
||||||
cp $(TOPDIR)sysdeps/$(TARGET_OS)/defconfig $(TOPDIR).config
|
@if [ ! -f $(TOPDIR).config ] ; then \
|
||||||
|
cp $(TOPDIR)sysdeps/$(TARGET_OS)/defconfig $(TOPDIR).config; \
|
||||||
|
fi;
|
||||||
|
|
||||||
|
menuconfig: $(TOPDIR).config
|
||||||
mkdir -p $(TOPDIR)include/config
|
mkdir -p $(TOPDIR)include/config
|
||||||
$(MAKE) -C scripts/lxdialog all
|
$(MAKE) -C scripts/lxdialog all
|
||||||
$(BB_SHELL) scripts/Menuconfig sysdeps/$(TARGET_OS)/config.in
|
$(BB_SHELL) scripts/Menuconfig sysdeps/$(TARGET_OS)/config.in
|
||||||
|
|
||||||
menuconfig:
|
config: $(TOPDIR).config
|
||||||
mkdir -p $(TOPDIR)include/config
|
|
||||||
$(MAKE) -C scripts/lxdialog all
|
|
||||||
$(BB_SHELL) scripts/Menuconfig sysdeps/$(TARGET_OS)/config.in
|
|
||||||
|
|
||||||
config:
|
|
||||||
mkdir -p $(TOPDIR)include/config
|
mkdir -p $(TOPDIR)include/config
|
||||||
$(BB_SHELL) scripts/Configure sysdeps/$(TARGET_OS)/config.in
|
$(BB_SHELL) scripts/Configure sysdeps/$(TARGET_OS)/config.in
|
||||||
|
|
||||||
oldconfig:
|
oldconfig: $(TOPDIR).config
|
||||||
mkdir -p $(TOPDIR)include/config
|
mkdir -p $(TOPDIR)include/config
|
||||||
$(BB_SHELL) scripts/Configure -d sysdeps/$(TARGET_OS)/config.in
|
$(BB_SHELL) scripts/Configure -d sysdeps/$(TARGET_OS)/config.in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user