Changeset 1244


Ignore:
Timestamp:
Oct 9, 2008, 1:50:16 PM (17 years ago)
Author:
John Small
Message:

Ticket 287: Various Warpin-related code correction/cleanup/improvement:

  • Fixed "minimum required version" of Warpin in FM/2 Warpin script
  • Simplified SED command by using new command input file, SED.IN
  • Changed SED commands to eliminate extraneous blank lines at the top of the "included" files.
  • Add/set missing SVN properties
  • Miscellaneous code cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/fm2.wis.in

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r988 r1244  
    44   various text and creates FM2.WIS during the FM/2 build process.
    55
     6   $Id$
     7
    68Change log
    79   22 Feb 08 JBS Ticket 231: Stop auto-select of FM/2 Utilities of already installed.
    810   23 Feb 08 JBS Ticket 226: Add debugging support package
    911   24 Feb 08 JBS Ticket 226: Add debugging support package
    10    26 Feb 08 JBS Ticket 226: Reset debgging package version to match FM2_VER
     12   26 Feb 08 JBS Ticket 226: Reset debugging package version to match FM2_VER
     13   06 Oct 08 JBS Ticket 287: Fix syntax of the required version attribute of Warpin tag
     14                             in Warpin script.
    1115
    1216   NOTE: If a NON-EXTERNAL package (i.e. a package whose files
     
    1822   will need to be changed accordingly.
    1923
    20    NOTE: If a PACKAGEID line below ever has a '-' added to it, then the
     24   NOTE: If a PACKAGEId line below ever has a '-' added to it, then the
    2125   SED command in warpin\makefile will have to change. Right now the SED
    2226   command first replaces the @@@FM2*_VER@@@ string in tha PACKAGEID's
     
    2529   PACKAGEID's if possible.
    2630
    27    WARPIN VERSION 0.9.20 is required for PACKAGEID's with revision levels.
    28    WARPIN VERSION 0.9.9  is required for EXTRACTFROMPCK.
     31   WARPIN VERSION="0.9.20" is required for PACKAGEID's with revision levels.
     32   WARPIN VERSION="0.9.9"  is required for EXTRACTFROMPCK.
    2933
    3034-->
    31 <WARPIN VERSION 0.9.20>
     35<WARPIN VERSION="0.9.20">
    3236
    3337<HEAD>
     
    104108
    105109The FM/2 base package must be installed to a drive with long filename support!
    106 This is the first release of FM/2 that was build with OpenWatcom. Changing
    107 compilers can introduce unexpected problems so you may want to install this
     110Since v3.6 FM/2 has been built using OpenWatcom. Changing compilers can
     111introduce unexpected problems. So you may want to install this
    108112package to a location different than your current install for testing before
    109113replacing your current version. See the readme for more information.
Note: See TracChangeset for help on using the changeset viewer.