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