From ded6259f624c34f3bc221d1b2caee30fbcd729a4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 18 Nov 1999 00:19:26 +0000 Subject: Latest and greatest --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29a6cb0df..d84bf027d 100644 --- a/Makefile +++ b/Makefile @@ -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) + +dist: release + release: distclean - (cd .. ; cp -a busybox busybox-$(VERSION); 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)/.cvsignore ; tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)) -- cgit v1.2.3