diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 | ||
101 | all: busybox busybox.links doc | 101 | all: busybox busybox.links doc |
102 | 102 | ||
103 | all_tree: $(ALL_MAKEFILES) | 103 | all_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 | ||
205 | include/bbconfigopts.h: .config | ||
206 | @[ -d $(@D) ] || mkdir -v $(@D) | ||
207 | $(top_srcdir)/scripts/config/mkconfigs >include/bbconfigopts.h | ||
208 | |||
209 | finished2: | 205 | finished2: |
210 | $(SECHO) | 206 | $(SECHO) |
211 | $(SECHO) Finished installing... | 207 | $(SECHO) Finished installing... |