mirror of
https://github.com/sheumann/hush.git
synced 2025-03-01 12:30:09 +00:00
screw around with whitespace
This commit is contained in:
parent
b831753676
commit
fcafa4bfc1
30
Makefile
30
Makefile
@ -222,7 +222,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)
|
||||||
$(SECHO) Finished installing...
|
$(SECHO) Finished installing...
|
||||||
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user