diff options
author | Lars Müller | 2007-04-29 15:23:25 +0200 |
---|---|---|
committer | Lars Müller | 2007-04-29 15:23:25 +0200 |
commit | 04b4c1b60b3934ccd1d07a03f54890aea30a2bb0 (patch) | |
tree | b0e0b8d0e243fd69c326888137bc15bed6272cb6 /Makefile | |
parent | Ensure to have the subversion revision included into the OpenSLX version (diff) | |
download | core-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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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}; \ |