*** empty log message ***

This commit is contained in:
Dave Murphy 2005-09-15 06:56:33 +00:00
parent bcd0688d4f
commit 7b1db161c7

5
makedist.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
make -C tools clean
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
chmod +x build-devkit.sh
tar --exclude=*CVS* --exclude=*.log --exclude=*.bz2 -cvjf buildscripts-$DATESTRING.tar.bz2 *