buildscripts/makedist.sh
2008-03-02 12:24:41 +00:00

6 lines
213 B
Bash

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