mailiverse/make

15 lines
197 B
Plaintext
Raw Permalink Normal View History

2013-08-09 16:50:30 -04:00
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