summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Müller2007-04-29 15:23:25 +0200
committerLars Müller2007-04-29 15:23:25 +0200
commit04b4c1b60b3934ccd1d07a03f54890aea30a2bb0 (patch)
treeb0e0b8d0e243fd69c326888137bc15bed6272cb6 /Makefile
parentEnsure to have the subversion revision included into the OpenSLX version (diff)
downloadcore-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.tar.gz
core-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.tar.xz
core-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.zip
Updated busybox.i586 and busybox.config to version 1.4.2.
busybox.i586 was compiled on a chrooted suse 10.1 system. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@953 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3910d291..f56ce59a 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,10 @@ $(USR_BIN_PATH)/*" \
cd - >/dev/null; \
rm REVISION packaging/rpm/openslx-filelist
+release-tarball:
+ @export OPENSLX_SVN_SNAPSHOT=0; \
+ make tarball
+
install:
@echo "Checking installation requirements..."; \
echo $$(date) >${SLX_INSTALL_LOG}; \