chiark / gitweb /
fix the new warnings I asked for
[elogind.git] / test / simple-build-check.sh
index 6572a39625e96f08501b67597ce5c39d0ee8ce66..daf0b7526940427879a49b9203007232594f9183 100755 (executable)
@@ -17,12 +17,12 @@ echo KERNEL_DIR: "$KERNEL_DIR"
 
 # with debug
 make clean EXTRAS="$EXTRAS" >/dev/null
-make all -j4 $MAKEOPTS DEBUG=true EXTRAS="$EXTRAS"  || exit
+make all -j4 $MAKEOPTS DEBUG=true EXTRAS="$EXTRAS" || exit
 echo -e "\n\n"
 
 # without any logging
 make clean EXTRAS="$EXTRAS" >/dev/null
-make all $MAKEOPTS USE_LOG=false EXTRAS="$EXTRAS"  || exit
+make all $MAKEOPTS USE_LOG=false EXTRAS="$EXTRAS" || exit
 echo -e "\n\n"
 
 # klibc and debug