aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parentb8317536769e69fe91579d042ba3a3c114ce7d66 (diff)
downloadbusybox-fcafa4bfc118f25ec8480320299067f142b9a672.tar.gz
screw around with whitespace
Diffstat (limited to 'Makefile')
-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
include/bbconfigopts.h: .config
scripts/config/mkconfigs >include/bbconfigopts.h
-
finished2:
$(SECHO)
@@ -296,20 +295,20 @@ distclean: clean
- $(MAKE) -C scripts/config clean
release: distclean #doc
- cd ..; \
- rm -rf $(PROG)-$(VERSION); \
- cp -a busybox $(PROG)-$(VERSION); \
- \
- find $(PROG)-$(VERSION)/ -type d \
- -name CVS \
- -print \
- -exec rm -rf {} \; ; \
- \
- find $(PROG)-$(VERSION)/ -type f \
- -name .\#* \
- -print \
- -exec rm -f {} \; ; \
- \
+ cd ..; \
+ rm -rf $(PROG)-$(VERSION); \
+ cp -a busybox $(PROG)-$(VERSION); \
+ \
+ find $(PROG)-$(VERSION)/ -type d \
+ -name CVS \
+ -print \
+ -exec rm -rf {} \; ; \
+ \
+ find $(PROG)-$(VERSION)/ -type f \
+ -name .\#* \
+ -print \
+ -exec rm -f {} \; ; \
+ \
tar -cvzf $(PROG)-$(VERSION).tar.gz $(PROG)-$(VERSION)/;
tags:
@@ -322,4 +321,3 @@ endif # ifeq ($(skip-makefile),)
.PHONY: dummy subdirs release distclean clean config oldconfig \
menuconfig tags check test depend buildtree
-