summaryrefslogtreecommitdiff
path: root/busybox/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-08-13 01:10:27 +0000
committerRob Landley <rob@landley.net>2005-08-13 01:10:27 +0000
commitbe3dae145f71b583f2c975d8dcdc10d9dad2268a (patch)
tree4bcd50be61a1945e41eabd59d645d398fc038522 /busybox/Makefile
parent6022fc8723c4bfaf055011db33f69565fa0c82b1 (diff)
downloadbusybox-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/Makefile14
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
34top_builddir=$(CURDIR) 34top_builddir=$(CURDIR)
35endif 35endif
36 36
37srctree=$(top_srcdir) 37export srctree=$(top_srcdir)
38vpath %/Config.in $(srctree) 38vpath %/Config.in $(srctree)
39 39
40include $(top_builddir)/Rules.mak 40include $(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
166docs/BusyBox.txt: docs/busybox.pod 166docs/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
216finished2: 216finished2:
217 @echo 217 $(SECHO)
218 @echo Finished installing... 218 $(SECHO) Finished installing...
219 @echo 219 $(SECHO)
220 220
221else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) 221else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
222 222