Latest and greatest

This commit is contained in:
Eric Andersen
1999-11-18 00:19:26 +00:00
parent d80e851dc0
commit ded6259f62
11 changed files with 415 additions and 56 deletions

View File

@@ -17,7 +17,7 @@
PROG=busybox
VERSION=0.35
VERSION=0.36
BUILDTIME=$(shell date "+%Y%m%d-%H%M")
# Comment out the following to make a debuggable build
@@ -107,6 +107,9 @@ install: busybox
whichversion:
@echo $(VERSION)
release: distclean
(cd .. ; cp -a busybox busybox-$(VERSION); tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION))
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))