Skip to content
Snippets Groups Projects
Commit 83de49ae authored by Felix Fietkau's avatar Felix Fietkau
Browse files

prepare .config before testing for missing options

SVN-Revision: 26700
parent 8b18ce68
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,7 @@ prereq:: prepare-tmpinfo .config ...@@ -133,6 +133,7 @@ prereq:: prepare-tmpinfo .config
@+$(NO_TRACE_MAKE) -r -s $@ @+$(NO_TRACE_MAKE) -r -s $@
%:: %::
@+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
@( \ @( \
cp .config tmp/.config; \ cp .config tmp/.config; \
./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \ ./scripts/config/conf -D tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \
...@@ -140,7 +141,6 @@ prereq:: prepare-tmpinfo .config ...@@ -140,7 +141,6 @@ prereq:: prepare-tmpinfo .config
echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \ echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \
fi \ fi \
) )
@+$(PREP_MK) $(NO_TRACE_MAKE) -r -s prereq
@+$(SUBMAKE) -r $@ @+$(SUBMAKE) -r $@
help: help:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment