Ignore:
Timestamp:
2013-10-10T11:49:34+13:00 (11 years ago)
Author:
davidb
Message:

Missing Makefile.static, so comment out test that tries to make it the main Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/echoprint/trunk/src/src/CASCADE-MAKE/ECHOPRINT-CLIENT.sh

    r28371 r28372  
    1919
    2020if [ $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
    2634fi
    2735
Note: See TracChangeset for help on using the changeset viewer.