aboutsummaryrefslogtreecommitdiff
path: root/busybox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/Makefile')
-rw-r--r--busybox/Makefile29
1 files changed, 14 insertions, 15 deletions
diff --git a/busybox/Makefile b/busybox/Makefile
index 048194dea..0bfb700b6 100644
--- a/busybox/Makefile
+++ b/busybox/Makefile
@@ -286,20 +286,20 @@ distclean: clean
286 - $(MAKE) -C scripts/config clean 286 - $(MAKE) -C scripts/config clean
287 287
288release: distclean #doc 288release: distclean #doc
289 cd ..; \ 289 cd ..; \
290 rm -rf $(PROG)-$(VERSION); \ 290 rm -rf $(PROG)-$(VERSION); \
291 cp -a busybox $(PROG)-$(VERSION); \ 291 cp -a busybox $(PROG)-$(VERSION); \
292 \ 292 \
293 find $(PROG)-$(VERSION)/ -type d \ 293 find $(PROG)-$(VERSION)/ -type d \
294 -name CVS \ 294 -name CVS \
295 -print \ 295 -print \
296 -exec rm -rf {} \; ; \ 296 -exec rm -rf {} \; ; \
297 \ 297 \
298 find $(PROG)-$(VERSION)/ -type f \ 298 find $(PROG)-$(VERSION)/ -type f \
299 -name .\#* \ 299 -name .\#* \
300 -print \ 300 -print \
301 -exec rm -f {} \; ; \ 301 -exec rm -f {} \; ; \
302 \ 302 \
303 tar -cvzf $(PROG)-$(VERSION).tar.gz $(PROG)-$(VERSION)/; 303 tar -cvzf $(PROG)-$(VERSION).tar.gz $(PROG)-$(VERSION)/;
304 304
305tags: 305tags:
@@ -312,4 +312,3 @@ endif # ifeq ($(skip-makefile),)
312 312
313.PHONY: dummy subdirs release distclean clean config oldconfig \ 313.PHONY: dummy subdirs release distclean clean config oldconfig \
314 menuconfig tags check test depend buildtree 314 menuconfig tags check test depend buildtree
315