aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-01 20:48:00 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-01 20:48:00 +0000
commitfcafa4bfc118f25ec8480320299067f142b9a672 (patch)
tree87a87741954cccd57090716e50c9dfa919088f80
parentb8317536769e69fe91579d042ba3a3c114ce7d66 (diff)
downloadbusybox-w32-fcafa4bfc118f25ec8480320299067f142b9a672.tar.gz
busybox-w32-fcafa4bfc118f25ec8480320299067f142b9a672.tar.bz2
busybox-w32-fcafa4bfc118f25ec8480320299067f142b9a672.zip
screw around with whitespace
-rw-r--r--Makefile30
1 files changed, 14 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index e6c5a35d0..338e3a4af 100644
--- a/Makefile
+++ b/Makefile
@@ -221,7 +221,6 @@ include/bb_config.h: include/config.h
221 221
222include/bbconfigopts.h: .config 222include/bbconfigopts.h: .config
223 scripts/config/mkconfigs >include/bbconfigopts.h 223 scripts/config/mkconfigs >include/bbconfigopts.h
224
225 224
226finished2: 225finished2:
227 $(SECHO) 226 $(SECHO)
@@ -296,20 +295,20 @@ distclean: clean
296 - $(MAKE) -C scripts/config clean 295 - $(MAKE) -C scripts/config clean
297 296
298release: distclean #doc 297release: distclean #doc
299 cd ..; \ 298 cd ..; \
300 rm -rf $(PROG)-$(VERSION); \ 299 rm -rf $(PROG)-$(VERSION); \
301 cp -a busybox $(PROG)-$(VERSION); \ 300 cp -a busybox $(PROG)-$(VERSION); \
302 \ 301 \
303 find $(PROG)-$(VERSION)/ -type d \ 302 find $(PROG)-$(VERSION)/ -type d \
304 -name CVS \ 303 -name CVS \
305 -print \ 304 -print \
306 -exec rm -rf {} \; ; \ 305 -exec rm -rf {} \; ; \
307 \ 306 \
308 find $(PROG)-$(VERSION)/ -type f \ 307 find $(PROG)-$(VERSION)/ -type f \
309 -name .\#* \ 308 -name .\#* \
310 -print \ 309 -print \
311 -exec rm -f {} \; ; \ 310 -exec rm -f {} \; ; \
312 \ 311 \
313 tar -cvzf $(PROG)-$(VERSION).tar.gz $(PROG)-$(VERSION)/; 312 tar -cvzf $(PROG)-$(VERSION).tar.gz $(PROG)-$(VERSION)/;
314 313
315tags: 314tags:
@@ -322,4 +321,3 @@ endif # ifeq ($(skip-makefile),)
322 321
323.PHONY: dummy subdirs release distclean clean config oldconfig \ 322.PHONY: dummy subdirs release distclean clean config oldconfig \
324 menuconfig tags check test depend buildtree 323 menuconfig tags check test depend buildtree
325