Changeset 1265
- Timestamp:
- Oct 30, 2008, 3:41:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/warpin/makefile
r1256 r1265 17 17 # 23 Oct 08 JBS Ticket 293: Add "chksed" target to check for sufficient SED and GREP and 18 18 # improve support for -a option in the checkfiles target. 19 # 30 Oct 08 JBS Code improvements, including condensed script-related code and 20 # eliminated occasional duplicate addition of the script to the WPI file 19 21 20 22 !ifndef FM2_VER # if defined on wmake command, use it … … 56 58 57 59 !ifeq BUILD_FM2UTILS 0 58 wpi: ch eckfiles fm2.wis fm2$(FM2_VER).wpi.symbolic60 wpi: chksed checkfiles fm2$(FM2_VER).wpi fm2.wis .symbolic 59 61 !else 60 wpi: ch eckfiles fm2.wis fm2$(FM2_VER).wpifm2utils$(FM2UTILS_VER).wpi .symbolic62 wpi: chksed checkfiles fm2$(FM2_VER).wpi fm2.wis fm2utils$(FM2UTILS_VER).wpi .symbolic 61 63 !endif 62 63 64 64 65 checkfiles: .symbolic … … 69 70 @sed -V <nul 2>&1 | grep -i "GNU sed" >nul 2>&1 || (@echo. & @echo GNU SED and GREP required and not found on the PATH. & @echo.) 70 71 71 fm2.wis: chksed fm2.wis.in fm2utils\fm2utils.doc fm2utils\license.txt makefile sed.in 72 fm2.wis: fm2.wis.in fm2utils\fm2utils.doc fm2utils\license.txt makefile sed.in 73 @echo Inserting the new Warpin script into the WPI file... 72 74 sed -e "s/@@@FM2_VER@@@/$(FM2_VER)/" -e "s/@@@FM2UTILS_VER@@@/$(FM2UTILS_VER)/" -f sed.in fm2.wis.in | sed "/@@@include/{s/@@@include//;N;s/\n//}" >fm2.wis 75 bld_fm2_wpi fm2$(FM2_VER).wpi /SCRIPT 73 76 74 fm2$(FM2_VER).wpi: :bld_fm2_wpidirs.in makefile77 fm2$(FM2_VER).wpi: bld_fm2_wpidirs.in makefile 75 78 @echo Staging files for WPI file... 76 79 bld_fm2_wpidirs … … 78 81 bld_fm2_wpi fm2$(FM2_VER).wpi 79 82 80 fm2$(FM2_VER).wpi:: fm2.wis makefile81 @echo Inserting the new Warpin script into the WPI file...82 bld_fm2_wpi fm2$(FM2_VER).wpi /SCRIPT83 # fm2$(FM2_VER).wpi:: fm2.wis makefile 84 # @echo Inserting the new Warpin script into the WPI file... 85 # bld_fm2_wpi fm2$(FM2_VER).wpi /SCRIPT 83 86 84 87 fm2utils$(FM2UTILS_VER).wpi: bld_fm2utils_wpi.cmd fm2utils.wis fm2utils\fm2utils.doc fm2utils\license.txt ..\shdwmgr.cmd makefile
Note:
See TracChangeset
for help on using the changeset viewer.