Changeset 1239
- Timestamp:
- Oct 9, 2008, 12:56:38 PM (17 years ago)
- Location:
- trunk/warpin
- Files:
-
- 1 added
- 6 edited
-
bld_fm2_wpi.cmd (modified) (5 diffs)
-
bld_fm2_wpidirs.cmd (modified) (2 diffs)
-
bld_fm2utils_wpi.cmd (modified) (1 diff)
-
clean_wpidirs.cmd (modified) (1 diff)
-
fm2Utils.wis (modified) (1 diff, 2 props)
-
makefile (modified) (2 diffs)
-
sed.in (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/warpin/bld_fm2_wpi.cmd
r1191 r1239 1 /* BLD_FM2_WPI - Create a Warpin archive (WPI) for installation of FM/2 */2 3 1 /* 2 * $Id: $ 3 * 4 * BLD_FM2_WPI - Create a Warpin archive (WPI) for installation of FM/2 5 * 4 6 * Author 5 7 * John Small … … 73 75 /* Add the files to the WPI */ 74 76 do 75 /*76 if stream(WPI.archivename, 'c', 'query exists') \= '' then77 if archive_previous_WPI == 1 then78 'ren 'WPI.archivename WPI.archivename || '.' || time('S')79 else80 'del 'WPI.archivename81 */82 77 do p = 1 to WPI.pkg.0 83 78 call SysFileTree WPI.pkg.p.dir || '\*', 'pkgfilelist.', 'FOS' … … 101 96 call ErrorExit 4 rc 102 97 end 103 104 /*105 call Deinit106 */107 98 108 99 /* Exit routines */ … … 183 174 return 184 175 185 /*186 Deinit: procedure expose (globals)187 return188 */189 190 176 novalue: 191 177 say 'Error: Uninitialized value: ' || condition('D') || ' encountered on line 'sigl':' … … 194 180 195 181 /*=== Error() Report ERROR, FAILURE etc. and exit ===*/ 196 197 182 Error: 198 183 say -
trunk/warpin/bld_fm2_wpidirs.cmd
r641 r1239 1 1 /* 2 * $Id: $ 2 3 * 3 4 * REXX code to create and populate directories in preparation for the creation of the … … 9 10 * - Number of packages 10 11 * - Package numbers 11 * - Add logic to copy only if the source is newer12 12 * - Document errors internally (Error. ?) 13 13 * - Display more descriptive error messages to user -
trunk/warpin/bld_fm2utils_wpi.cmd
r674 r1239 1 /* BLD_FM2UTILS_WPI - Create a Warpin archive (WPI) for installation of FM/2 */ 2 3 /* 1 /* 2 * $Id: $ 3 * 4 * BLD_FM2UTILS_WPI - Create a Warpin archive (WPI) for installation of FM/2 5 * 4 6 * Author 5 7 * John Small -
trunk/warpin/clean_wpidirs.cmd
r626 r1239 1 /* REXX program to delete FM/2 Warpin WPI file staging directories */ 1 /* 2 * $Id: $ 3 * 4 * REXX program to empty FM/2 Warpin WPI file staging directories 5 * 6 */ 7 2 8 call RxFuncAdd 'SysFileTree', 'REXXUTIL', 'SysFileTree' 3 9 call SysFileTree 'PACKAGE.*', 'pkgdirs.', 'DO' -
trunk/warpin/fm2Utils.wis
-
Property svn:eol-style
set to
native -
Property svn:keywords
set to
Id
r679 r1239 1 1 <!-- 2 $Id$ 3 2 4 WARPIN VERSION 0.9.20 is required for PACKAGEID's with revision levels. 3 5 WARPIN VERSION 0.9.9 is required for EXTRACTFROMPCK. -
Property svn:eol-style
set to
-
trunk/warpin/makefile
r1148 r1239 12 12 # 10 Dec 07 SHL Add missing makefile dependencies 13 13 # 10 Dec 07 SHL Set FM2_VER for 3.9.0 14 # 07 Oct 08 JBS Changed SED command to use script file and to eliminate 15 # extraneous blank lines with the included files. 14 16 15 17 !ifndef FM2_VER # if defined on wmake command, use it … … 61 63 ckfiles fm2$(FM2_VER).wpi 62 64 63 fm2.wis: fm2.wis.in fm2utils\fm2utils.doc fm2utils\license.txt makefile 64 sed -e "/@@@include fm2utils.doc@@@/r fm2utils\fm2utils.doc" -e "s/@@@include fm2utils.doc@@@//" -e "/@@@include license.txt@@@/r fm2utils\license.txt" -e "s/@@@include license.txt@@@//" -e "s/@@@FM2_VER@@@/$(FM2_VER)/" -e "s/@@@FM2UTILS_VER@@@/$(FM2UTILS_VER)/" -e "/PACKAGEID/s/-/\\/g" fm2.wis.in >fm2.wis 65 # sed -e "s/@@@FM2_VER@@@/$(FM2_VER)/" -e "/PACKAGEID/s/-/\\/g" fm2.wis.in >fm2.wis 65 fm2.wis: fm2.wis.in fm2utils\fm2utils.doc fm2utils\license.txt makefile sed.in 66 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 66 67 67 68 fm2$(FM2_VER).wpi:: bld_fm2_wpidirs.in makefile
Note:
See TracChangeset
for help on using the changeset viewer.
