From 4a5d95d3fb6754b7e3ef22f7f05478750084e388 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Oleynik" Date: Mon, 19 Sep 2005 16:18:46 +0000 Subject: corect build bbconfig applet, Thanks, Bernhard Fischer --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8b6d79..bf2c1d1 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... -- cgit v1.1