Changeset 822 for trunk/server
- Timestamp:
- Nov 6, 2013, 2:28:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/build.cmd
r820 r822 22 22 /* version 0.3.13 from 15.08.2013 Herwig (create build_anomalies.log, codepages 23 23 to ZIP, libc065 switching) */ 24 /* version 1.0.0 from 06.11.2013 Silvan (conf has to create version.h also) */ 24 /* version 1.0.0 from 06.11.2013 Silvan (conf has to create version.h also, 25 don't check for env anymore, use sh only */ 25 26 26 27 /* load the sysfuncs if not already loaded */ … … 62 63 end 63 64 64 if value('MOZENV',,'OS2ENVIRONMENT') = '' then do65 say "Please set GCC environment properly!"66 exit 25467 end68 69 65 logFile = 'build.log' 70 66 options = 'build.options' … … 148 144 call lineout cacheFile, "ac_cv_path_CUPS_CONFIG='" || sEnvVar || "'"; 149 145 end 146 147 /* our libc provides a correct getpass(), so no need to replace */ 148 call lineout cacheFile, "libreplace_cv_REPLACE_GETPASS=no"; 150 149 151 150 /* is python env set */ … … 298 297 ok = stream(Version,'c','close') 299 298 ok = stream(NewVersion,'c','close') 300 address cmd " ksh ./script/mkversion.sh "NewVersion" >NUL"299 address cmd "sh ./script/mkversion.sh "NewVersion" >NUL" 301 300 ok = SysFileDelete(NewVersion) 302 301 verstring = suffix'-'Major'.'minor'.'release'.'revision'-'vendor'-'date('S')
Note:
See TracChangeset
for help on using the changeset viewer.