home · contact · privacy
Build script: *Always* build libplomrogue, mtime check is not portable.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 8 Mar 2015 16:54:30 +0000 (17:54 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 8 Mar 2015 16:54:30 +0000 (17:54 +0100)
redo

diff --git a/redo b/redo
index da2637beff1876add1a2f33e998f7ff95968cb7f..8f459fbdd6e2ac9f85e9d567c77975165a1bcb47 100755 (executable)
--- a/redo
+++ b/redo
 # <https://github.com/plomlompom/plomrogue/issues/2#issuecomment-50972436> for a
 # workaround.
 
-if [ ! -e ./libplomrogue.so ]
-then
-  echo "non-redo stuff (preparing for future Python port sans redo needs):"
-  echo "Building library for server's Python variant with mere shell one-liner."
-  ./compile-server.sh
-fi
+echo "non-redo stuff (preparing for future Python port sans redo needs):"
+echo "Building library for server's Python variant with mere shell one-liner."
+./compile-server.sh
 
 export PATH=$PATH:$PWD/build/redo_scripts
 redo "$@"