Changeset 725
- Timestamp:
- Nov 9, 2012, 1:55:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/build.cmd
r698 r725 15 15 /* version 0.3.7 from 23.04.2012 Silvan (compile and link flags need to be 16 16 set here [happy birthday Jason]) */ 17 /* version 0.3.8 from 09.11.2012 Silvan (eliminated the 2nd brand function) */ 17 18 18 19 /* load the sysfuncs if not already loaded */ … … 24 25 25 26 /* init the version string (don't forget to change) */ 26 version = "0.3. 7"27 version_date = " 23.04.2012"27 version = "0.3.8" 28 version_date = "09.11.2012" 28 29 29 30 /* number of make jobs to execute at the same time */ … … 112 113 end 113 114 115 say "Building with: " || build_parms 116 say 114 117 ok = SysFileTree(".\include\version.h",versionh.,'FO') 115 118 116 if versionh.0 = 0 & conf = "YES"then do119 if (versionh.0 = 0 & conf = "YES") | (brand = "YES") then do 117 120 svninfo = ".\svninfo" 118 121 address cmd 'svn status -q -u | grep "^Status against revision:" | sed -e "s/Status against revision: *//">'svninfo … … 159 162 end 160 163 161 if brand = "YES" then do162 svninfo = ".\svninfo"163 address cmd 'svn status -q -u | grep "^Status against revision:" | sed -e "s/Status against revision: *//">'svninfo164 revision = strip(translate(linein(svninfo)))165 ok = stream(svninfo,'c','close')166 call brand revision167 end168 169 164 if make <> "" then do 170 say build_parms171 165 address cmd 'make -j 'jobs' 2>&1 | tee build.log' 172 166 end … … 257 251 ok = SysFileDelete(NewVersion) 258 252 verstring = suffix'-'Major'.'minor'.'release'.'revision'-'vendor'-'date('S') 259 say "Samba "verstring 253 say "Samba branded as: "verstring 254 say 260 255 return 261 256
Note:
See TracChangeset
for help on using the changeset viewer.