comparison build_release @ 1237:d93008d96247

Back out -j4 on sdl make as it does not appear to be safe
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Feb 2017 01:40:53 -0800
parents 22b4297a5913
children 8c34d195df01
comparison
equal deleted inserted replaced
1236:22b4297a5913 1237:d93008d96247
7 fi 7 fi
8 8
9 if [ $OS = "Linux" ]; then 9 if [ $OS = "Linux" ]; then
10 cd sdl 10 cd sdl
11 ./configure 11 ./configure
12 make -j4 clean all 12 make clean all
13 cd .. 13 cd ..
14 rm -rf lib 14 rm -rf lib
15 mkdir lib 15 mkdir lib
16 cp sdl/build/.libs/libSDL2-*.so.*.*.* lib 16 cp sdl/build/.libs/libSDL2-*.so.*.*.* lib
17 sdl=`ls lib` 17 sdl=`ls lib`