diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-07 18:33:06 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-07 18:33:06 +0000 |
commit | 9b5c0b7611d706a1ff4b7747171a4c044bcd0378 (patch) | |
tree | e68965d7af0fdb9fe8516d519cc7666fcebfa5e5 /Makefile | |
parent | 812d46667d8f558f58f1e668169d359b1203c5ef (diff) | |
download | busybox-9b5c0b7611d706a1ff4b7747171a4c044bcd0378.tar.gz |
More adjustments
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,6 +108,6 @@ install: busybox busybox.links dist: release release: distclean - (cd .. ; rm -rf busybox-$(VERSION) ; cp -a busybox busybox-$(VERSION); rm -rf busybox-$(VERSION)/CVS busybox-$(VERSION)/.cvsignore ; tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)) + (cd .. ; rm -rf busybox-$(VERSION) ; cp -a busybox busybox-$(VERSION); rm -rf busybox-$(VERSION)/CVS busybox-$(VERSION)/scripts/CVS busybox-$(VERSION)/docs/CVS busybox-$(VERSION)/.cvsignore ; tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)) |