mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
exclude svn directories
This commit is contained in:
parent
d45b24a8ac
commit
bd1f2eeb4c
|
|
@ -2,4 +2,4 @@
|
|||
make -C tools clean
|
||||
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user