changeset 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
files build_release
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_release	Sun Feb 26 01:29:37 2017 -0800
+++ b/build_release	Sun Feb 26 01:40:53 2017 -0800
@@ -9,7 +9,7 @@
 if [ $OS = "Linux" ]; then
 	cd sdl
 	./configure
-	make -j4 clean all
+	make clean all
 	cd ..
 	rm -rf lib
 	mkdir lib