mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-11 03:55:28 -05:00
exclude svn directories
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
make -C tools clean
|
make -C tools clean
|
||||||
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
|
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
|
||||||
chmod +x build-devkit.sh
|
chmod +x build-devkit.sh
|
||||||
cd .. && tar --exclude=*CVS* --exclude=*.log --exclude=*.bz2 --exclude=*.gz --exclude=config.sh -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|
cd .. && tar --exclude=*CVS* --exclude=.svn --exclude=*.log --exclude=*.bz2 --exclude=*.gz --exclude=config.sh -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|
||||||
|
|||||||
Reference in New Issue
Block a user