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 | |
parent | 812d46667d8f558f58f1e668169d359b1203c5ef (diff) | |
download | busybox-w32-9b5c0b7611d706a1ff4b7747171a4c044bcd0378.tar.gz busybox-w32-9b5c0b7611d706a1ff4b7747171a4c044bcd0378.tar.bz2 busybox-w32-9b5c0b7611d706a1ff4b7747171a4c044bcd0378.zip |
More adjustments
-Erik
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | docs/CommandList (renamed from CommandList) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -108,6 +108,6 @@ install: busybox busybox.links | |||
108 | dist: release | 108 | dist: release |
109 | 109 | ||
110 | release: distclean | 110 | release: distclean |
111 | (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)) | 111 | (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)) |
112 | 112 | ||
113 | 113 | ||
diff --git a/CommandList b/docs/CommandList index 39c72a17a..39c72a17a 100644 --- a/CommandList +++ b/docs/CommandList | |||