aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
commit4a5d95d3fb6754b7e3ef22f7f05478750084e388 (patch)
tree5498716a9f4efadb707a240cddc980ba18835e9e /Makefile
parent9bfb2fc9225be23b7625cedd565358977350a22d (diff)
downloadbusybox-4a5d95d3fb6754b7e3ef22f7f05478750084e388.tar.gz
corect build bbconfig applet, Thanks, Bernhard Fischer
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
$(MAKE) -C $(KBUILD_OUTPUT) \
top_srcdir=$(CURDIR) \
top_builddir=$(KBUILD_OUTPUT) \
- TOPDIR=$(KBUILD_OUTPUT) \
+ TOPDIR=$(KBUILD_OUTPUT) \
KBUILD_SRC=$(CURDIR) \
-f $(CURDIR)/Makefile $@
@@ -100,7 +100,7 @@ ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
all: busybox busybox.links doc
-all_tree: $(ALL_MAKEFILES)
+all_tree: $(ALL_MAKEFILES)
$(ALL_MAKEFILES): %/Makefile: $(top_srcdir)/%/Makefile
[ -d $(@D) ] || mkdir -p $(@D); cp $< $@
@@ -202,10 +202,6 @@ include/bb_config.h: include/config.h
< $< >> $@
@echo "#endif" >> $@
-include/bbconfigopts.h: .config
- @[ -d $(@D) ] || mkdir -v $(@D)
- $(top_srcdir)/scripts/config/mkconfigs >include/bbconfigopts.h
-
finished2:
$(SECHO)
$(SECHO) Finished installing...