aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-28 22:14:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-28 22:14:35 +0000
commitc99e2c5f4caa31b25442ca1e82076b7ba327652d (patch)
tree5858479da70b23eab882658b26bbb47dc11056e4 /Makefile
parent088ee4134b7e912ec79d927c6cf157b2bccedf98 (diff)
downloadbusybox-w32-c99e2c5f4caa31b25442ca1e82076b7ba327652d.tar.gz
busybox-w32-c99e2c5f4caa31b25442ca1e82076b7ba327652d.tar.bz2
busybox-w32-c99e2c5f4caa31b25442ca1e82076b7ba327652d.zip
dont output anything when running in silent mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 33954db05..aea89628f 100644
--- a/Makefile
+++ b/Makefile
@@ -163,9 +163,9 @@ docs/busybox.pod : $(top_srcdir)/docs/busybox_header.pod $(top_srcdir)/include/u
163 cat $(top_srcdir)/docs/busybox_footer.pod ) > docs/busybox.pod 163 cat $(top_srcdir)/docs/busybox_footer.pod ) > docs/busybox.pod
164 164
165docs/BusyBox.txt: docs/busybox.pod 165docs/BusyBox.txt: docs/busybox.pod
166 @echo 166 $(SECHO)
167 @echo BusyBox Documentation 167 $(SECHO) BusyBox Documentation
168 @echo 168 $(SECHO)
169 -mkdir -p docs 169 -mkdir -p docs
170 -pod2text $< > $@ 170 -pod2text $< > $@
171 171
@@ -220,9 +220,9 @@ include/bb_config.h: include/config.h
220 echo "#endif" >> $@ 220 echo "#endif" >> $@
221 221
222finished2: 222finished2:
223 @echo 223 $(SECHO)
224 @echo Finished installing... 224 $(SECHO) Finished installing...
225 @echo 225 $(SECHO)
226 226
227else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) 227else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
228 228