diff options
author | Rob Landley <rob@landley.net> | 2005-08-13 01:10:27 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-08-13 01:10:27 +0000 |
commit | be3dae145f71b583f2c975d8dcdc10d9dad2268a (patch) | |
tree | 4bcd50be61a1945e41eabd59d645d398fc038522 /busybox/Makefile | |
parent | 6022fc8723c4bfaf055011db33f69565fa0c82b1 (diff) | |
download | busybox-w32-be3dae145f71b583f2c975d8dcdc10d9dad2268a.tar.gz busybox-w32-be3dae145f71b583f2c975d8dcdc10d9dad2268a.tar.bz2 busybox-w32-be3dae145f71b583f2c975d8dcdc10d9dad2268a.zip |
Makefile related backports:
10945, 10946 Make compile much, much faster.
10923 big makefile change. Nervous.
10946, 10991, 10998, 11003 small makefile fixes.
Diffstat (limited to 'busybox/Makefile')
-rw-r--r-- | busybox/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/busybox/Makefile b/busybox/Makefile index 81c59a089..048194dea 100644 --- a/busybox/Makefile +++ b/busybox/Makefile | |||
@@ -34,7 +34,7 @@ ifndef top_builddir | |||
34 | top_builddir=$(CURDIR) | 34 | top_builddir=$(CURDIR) |
35 | endif | 35 | endif |
36 | 36 | ||
37 | srctree=$(top_srcdir) | 37 | export srctree=$(top_srcdir) |
38 | vpath %/Config.in $(srctree) | 38 | vpath %/Config.in $(srctree) |
39 | 39 | ||
40 | include $(top_builddir)/Rules.mak | 40 | include $(top_builddir)/Rules.mak |
@@ -164,9 +164,9 @@ docs/busybox.pod : $(top_srcdir)/docs/busybox_header.pod $(top_srcdir)/include/u | |||
164 | cat $(top_srcdir)/docs/busybox_footer.pod ) > docs/busybox.pod | 164 | cat $(top_srcdir)/docs/busybox_footer.pod ) > docs/busybox.pod |
165 | 165 | ||
166 | docs/BusyBox.txt: docs/busybox.pod | 166 | docs/BusyBox.txt: docs/busybox.pod |
167 | @echo | 167 | $(SECHO) |
168 | @echo BusyBox Documentation | 168 | $(SECHO) BusyBox Documentation |
169 | @echo | 169 | $(SECHO) |
170 | -mkdir -p docs | 170 | -mkdir -p docs |
171 | -pod2text $< > $@ | 171 | -pod2text $< > $@ |
172 | 172 | ||
@@ -214,9 +214,9 @@ include/config.h: .config | |||
214 | @$(top_builddir)/scripts/config/conf -o $(CONFIG_CONFIG_IN) | 214 | @$(top_builddir)/scripts/config/conf -o $(CONFIG_CONFIG_IN) |
215 | 215 | ||
216 | finished2: | 216 | finished2: |
217 | @echo | 217 | $(SECHO) |
218 | @echo Finished installing... | 218 | $(SECHO) Finished installing... |
219 | @echo | 219 | $(SECHO) |
220 | 220 | ||
221 | else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) | 221 | else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) |
222 | 222 | ||