screw around with whitespace
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Aug 2005 20:48:00 +0000 (20:48 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Aug 2005 20:48:00 +0000 (20:48 -0000)
Makefile

index e6c5a35d0e2f9beb6260609433b2b8dffd223204..338e3a4af617458cddcd9a142e33bee261baae6d 100644 (file)
--- 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
-