aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-16 07:43:53 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-16 07:43:53 +0000
commit53b55ac08d55bed26b2d95a4a27549cd1caa947e (patch)
tree39e425aaa43a101ceb41c1d381e54613d0ff3ffb
parentc36c2ba598a68b96e2c917b1752d45c6dd45c135 (diff)
downloadbusybox-w32-53b55ac08d55bed26b2d95a4a27549cd1caa947e.tar.gz
busybox-w32-53b55ac08d55bed26b2d95a4a27549cd1caa947e.tar.bz2
busybox-w32-53b55ac08d55bed26b2d95a4a27549cd1caa947e.zip
Fix the make release target.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3ce823786..8af079062 100644
--- a/Makefile
+++ b/Makefile
@@ -356,17 +356,17 @@ dist release: distclean doc
356 find busybox-$(VERSION)/ -type d \ 356 find busybox-$(VERSION)/ -type d \
357 -name CVS \ 357 -name CVS \
358 -print \ 358 -print \
359 -exec rm -rf {} \; \ 359 -exec rm -rf {} \; ; \
360 \ 360 \
361 find busybox-$(VERSION)/ -type f \ 361 find busybox-$(VERSION)/ -type f \
362 -name .cvsignore \ 362 -name .cvsignore \
363 -print \ 363 -print \
364 -exec rm -f {} \; \ 364 -exec rm -f {} \; ; \
365 \ 365 \
366 find busybox-$(VERSION)/ -type f \ 366 find busybox-$(VERSION)/ -type f \
367 -name .\#* \ 367 -name .\#* \
368 -print \ 368 -print \
369 -exec rm -f {} \; \ 369 -exec rm -f {} \; ; \
370 \ 370 \
371 tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/; 371 tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;
372 372