screw around with whitespace

This commit is contained in:
Mike Frysinger 2005-08-01 20:48:00 +00:00
parent b831753676
commit fcafa4bfc1

View File

@ -221,7 +221,6 @@ include/bb_config.h: include/config.h
include/bbconfigopts.h: .config include/bbconfigopts.h: .config
scripts/config/mkconfigs >include/bbconfigopts.h scripts/config/mkconfigs >include/bbconfigopts.h
finished2: finished2:
$(SECHO) $(SECHO)
@ -296,20 +295,20 @@ distclean: clean
- $(MAKE) -C scripts/config clean - $(MAKE) -C scripts/config clean
release: distclean #doc release: distclean #doc
cd ..; \ cd ..; \
rm -rf $(PROG)-$(VERSION); \ rm -rf $(PROG)-$(VERSION); \
cp -a busybox $(PROG)-$(VERSION); \ cp -a busybox $(PROG)-$(VERSION); \
\ \
find $(PROG)-$(VERSION)/ -type d \ find $(PROG)-$(VERSION)/ -type d \
-name CVS \ -name CVS \
-print \ -print \
-exec rm -rf {} \; ; \ -exec rm -rf {} \; ; \
\ \
find $(PROG)-$(VERSION)/ -type f \ find $(PROG)-$(VERSION)/ -type f \
-name .\#* \ -name .\#* \
-print \ -print \
-exec rm -f {} \; ; \ -exec rm -f {} \; ; \
\ \
tar -cvzf $(PROG)-$(VERSION).tar.gz $(PROG)-$(VERSION)/; tar -cvzf $(PROG)-$(VERSION).tar.gz $(PROG)-$(VERSION)/;
tags: tags:
@ -322,4 +321,3 @@ endif # ifeq ($(skip-makefile),)
.PHONY: dummy subdirs release distclean clean config oldconfig \ .PHONY: dummy subdirs release distclean clean config oldconfig \
menuconfig tags check test depend buildtree menuconfig tags check test depend buildtree