aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-18 00:19:26 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-18 00:19:26 +0000
commit9af03e59196c07196e538ebbc3ba0fab9071d48c (patch)
treecf1f7e4ffe1e24939dcfbc66d3bf0453081c5dc1 /Makefile
parentd2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2 (diff)
downloadbusybox-w32-9af03e59196c07196e538ebbc3ba0fab9071d48c.tar.gz
busybox-w32-9af03e59196c07196e538ebbc3ba0fab9071d48c.tar.bz2
busybox-w32-9af03e59196c07196e538ebbc3ba0fab9071d48c.zip
Latest and greatest
git-svn-id: svn://busybox.net/trunk/busybox@103 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 29a6cb0df..d84bf027d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
17 17
18 18
19PROG=busybox 19PROG=busybox
20VERSION=0.35 20VERSION=0.36
21BUILDTIME=$(shell date "+%Y%m%d-%H%M") 21BUILDTIME=$(shell date "+%Y%m%d-%H%M")
22 22
23# Comment out the following to make a debuggable build 23# Comment out the following to make a debuggable build
@@ -107,6 +107,9 @@ install: busybox
107whichversion: 107whichversion:
108 @echo $(VERSION) 108 @echo $(VERSION)
109 109
110
111dist: release
112
110release: distclean 113release: distclean
111 (cd .. ; cp -a busybox busybox-$(VERSION); tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)) 114 (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))
112 115