aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-16 07:43:53 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-16 07:43:53 +0000
commit6122b1169815e3836104bf71615edcca7df26ed2 (patch)
tree39e425aaa43a101ceb41c1d381e54613d0ff3ffb /Makefile
parentb2bfdd1c9a17a1e5eb17ffb1428c9ba3205aba2a (diff)
downloadbusybox-w32-6122b1169815e3836104bf71615edcca7df26ed2.tar.gz
busybox-w32-6122b1169815e3836104bf71615edcca7df26ed2.tar.bz2
busybox-w32-6122b1169815e3836104bf71615edcca7df26ed2.zip
Fix the make release target.
git-svn-id: svn://busybox.net/trunk/busybox@2119 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-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