source: verona/build/build-tarball.sh @ 335:5750b4200a48

Last change on this file since 335:5750b4200a48 was 335:5750b4200a48, checked in by Vadim Lebedev <vadim@…>, 20 months ago

utilities for out of repo build

File size: 368 bytes
Line 
1
2SOURCEDIR=$1 
3TARBALL=$$
4
5make clean
6make >makeresult.txt
7sh $SOURCEDIR/build/extract-used-source-list.sh >used-source-list.txt
8sh $SOURCEDIR/build/extract-all-source-list.sh $SOURCEDIR >all-source-list.txt
9python $SOURCEDIR/build/build-ignore-list.py $SOURCEDIR >ignore-sources.txt
10cd $SOURCEDIR
11tar -c -X $BUILDDIR/ignore-sources.txt  --exclude-vcs  -f $TARBALL .
12
Note: See TracBrowser for help on using the repository browser.