adds the base make script

This commit is contained in:
Timothy Prepscius 2013-08-09 16:50:30 -04:00
parent 5fb69ebea8
commit ecb46a040d
1 changed files with 14 additions and 0 deletions

14
make Executable file
View File

@ -0,0 +1,14 @@
if [ -z "$1" ]; then echo "Must supply version"; exit 0; fi
pushd james/apache-james-mailbox-memory
./build
popd
pushd james/james-trunk/protocols-smtp/
./build
popd
pushd build
./make $1
popd