Commit 643023cd authored by Christophe Mutricy's avatar Christophe Mutricy

Warning Explicit Kludge

parent ce97a5d9
...@@ -100,6 +100,8 @@ package-win32: FORCE ...@@ -100,6 +100,8 @@ package-win32: FORCE
cp src/live/$$i/lib$${i}.a tmp/usr/win32/live.com/$$i; \ cp src/live/$$i/lib$${i}.a tmp/usr/win32/live.com/$$i; \
done; done;
./change_prefix.sh tmp $(PREFIX) /usr/win32 ./change_prefix.sh tmp $(PREFIX) /usr/win32
# Klugy kludge
(cd tmp/usr/win32/bin; rm -f *.exe; chmod u+x *)
(cd tmp; tar cf - usr/win32/) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-only.tar.bz2 (cd tmp; tar cf - usr/win32/) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-only.tar.bz2
rm -rf tmp rm -rf tmp
FORCE: FORCE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment