diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-19 16:18:46 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-19 16:18:46 +0000 |
commit | 4a5d95d3fb6754b7e3ef22f7f05478750084e388 (patch) | |
tree | 5498716a9f4efadb707a240cddc980ba18835e9e /Makefile | |
parent | 9bfb2fc9225be23b7625cedd565358977350a22d (diff) | |
download | busybox-w32-4a5d95d3fb6754b7e3ef22f7f05478750084e388.tar.gz busybox-w32-4a5d95d3fb6754b7e3ef22f7f05478750084e388.tar.bz2 busybox-w32-4a5d95d3fb6754b7e3ef22f7f05478750084e388.zip |
corect build bbconfig applet, Thanks, Bernhard Fischer
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... |