aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c8b6d79d2..bf2c1d160 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ $(filter-out _all,$(MAKECMDGOALS)) _all: $(KBUILD_OUTPUT)/Rules.mak $(KBUILD_OUT
70 $(MAKE) -C $(KBUILD_OUTPUT) \ 70 $(MAKE) -C $(KBUILD_OUTPUT) \
71 top_srcdir=$(CURDIR) \ 71 top_srcdir=$(CURDIR) \
72 top_builddir=$(KBUILD_OUTPUT) \ 72 top_builddir=$(KBUILD_OUTPUT) \
73 TOPDIR=$(KBUILD_OUTPUT) \ 73 TOPDIR=$(KBUILD_OUTPUT) \
74 KBUILD_SRC=$(CURDIR) \ 74 KBUILD_SRC=$(CURDIR) \
75 -f $(CURDIR)/Makefile $@ 75 -f $(CURDIR)/Makefile $@
76 76
@@ -100,7 +100,7 @@ ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
100 100
101all: busybox busybox.links doc 101all: busybox busybox.links doc
102 102
103all_tree: $(ALL_MAKEFILES) 103all_tree: $(ALL_MAKEFILES)
104 104
105$(ALL_MAKEFILES): %/Makefile: $(top_srcdir)/%/Makefile 105$(ALL_MAKEFILES): %/Makefile: $(top_srcdir)/%/Makefile
106 [ -d $(@D) ] || mkdir -p $(@D); cp $< $@ 106 [ -d $(@D) ] || mkdir -p $(@D); cp $< $@
@@ -202,10 +202,6 @@ include/bb_config.h: include/config.h
202 < $< >> $@ 202 < $< >> $@
203 @echo "#endif" >> $@ 203 @echo "#endif" >> $@
204 204
205include/bbconfigopts.h: .config
206 @[ -d $(@D) ] || mkdir -v $(@D)
207 $(top_srcdir)/scripts/config/mkconfigs >include/bbconfigopts.h
208
209finished2: 205finished2:
210 $(SECHO) 206 $(SECHO)
211 $(SECHO) Finished installing... 207 $(SECHO) Finished installing...