Changeset 28372
- Timestamp:
- 2013-10-10T11:49:34+13:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/echoprint/trunk/src/src/CASCADE-MAKE/ECHOPRINT-CLIENT.sh
r28371 r28372 19 19 20 20 if [ $compile = "1" ] ; then 21 if [ ! -f "$package$version/Makefile.dynamic" ] ; then 22 echo "Replacing default Makefile with one that explicitly compiles dynamically" 23 /bin/mv "$package$version/Makefile" "$package$version/Makefile.dynamic" 24 /bin/cp Makefile.static "$package$version/Makefile" 25 fi 21 22 # The following code was commited in SVN, but there doesn't appear to be 23 # a Makefile.static file in the untarred file. The provided Makefile 24 # compiled OK with Cygwin, so commenting out for now. If problems 25 # are encountered further down the line, then this code might become 26 # useful again 27 28 # if [ ! -f "$package$version/Makefile.dynamic" ] ; then 29 # echo "Replacing default Makefile with one that explicitly compiles dynamically" 30 # /bin/mv "$package$version/Makefile" "$package$version/Makefile.dynamic" 31 # /bin/cp Makefile.static "$package$version/Makefile" 32 # fi 33 26 34 fi 27 35
Note:
See TracChangeset
for help on using the changeset viewer.