File: build.sh

package info (click to toggle)
svn-workbench 1.6.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,936 kB
  • sloc: python: 14,970; sh: 87; makefile: 48; ansic: 9
file content (8 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
STARTDIR=$(pwd)
cd ../../Source
make -f macosx.mak clean all
cd $STARTDIR

${PYTHON} -u make_pkg.py