Changeset 901
- Timestamp:
- Apr 1, 2016, 5:22:52 PM (10 years ago)
- Location:
- trunk/server
- Files:
-
- 4 edited
-
lib/tdb/common/open.c (modified) (1 diff)
-
lib/util/util_file.c (modified) (1 diff)
-
source3/build.cmd (modified) (7 diffs)
-
source3/version.os2_ (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/tdb/common/open.c
r896 r901 217 217 tdb->map_ptr = NULL; 218 218 tdb->flags = tdb_flags; 219 220 221 219 222 tdb->open_flags = open_flags; 220 223 if (log_ctx) { -
trunk/server/lib/util/util_file.c
r745 r901 203 203 if (!fname || !*fname) return NULL; 204 204 205 206 207 205 208 fd = open(fname,O_RDONLY); 209 206 210 if (fd == -1) return NULL; 207 211 -
trunk/server/source3/build.cmd
r900 r901 79 79 * - added lxlite and emxomfstripe 80 80 * - rename some variables eCS vs OS/2 81 82 83 81 84 */ 82 85 … … 89 92 90 93 /* init the version string (don't forget to change) */ 91 version = "1.1. 0"92 version_date = " 24.03.2016"94 version = "1.1." 95 version_date = ".2016" 93 96 94 97 '@echo off' … … 281 284 parse var OS2Ver.I . '='vendor_suffix 282 285 vendor_suffix = strip(vendor_suffix,,'"') 283 parse var vendor_suffix vendor suffix284 286 end 285 287 if left(OS2Ver.I,14) = "MAINTAINED_BY=" then do 286 288 parse var OS2Ver.I . '='maintainedBy 287 289 maintainedBy = '"Maintained by: ' || strip(maintainedBy,,'"') || '"' 290 291 292 293 288 294 end 289 295 end … … 295 301 OS2Ver.0 = I 296 302 303 304 305 306 297 307 do until lines(VERSION) = 0 298 308 verline = linein(VERSION) … … 310 320 parse var OS2Ver.I tag'='strvalue 311 321 parse var verline stag'=' . 322 323 324 312 325 if stag = tag then do 313 326 verline = tag'='strvalue … … 321 334 ok = stream(newVersion,'c','close') 322 335 address cmd "sh ./script/mkversion.sh "newVersion" >NUL" 323 verstring = suffix'-'Major'.'minor'.'release'.'revision'-'vendor'-'date('S')336 verstring = -'date('S') 324 337 say 'Samba branded as: ' 325 338 say '"'verstring'"' … … 338 351 call lineout scriptfile, "CXXFLAGS='-O2 -g -march=pentium'"; 339 352 call lineout scriptfile, "export CXXFLAGS"; 340 call lineout scriptfile, "LDFLAGS=' -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp -Zbin-files'";353 call lineout scriptfile, "LDFLAGS=' -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp'"; 341 354 call lineout scriptfile, "export LDFLAGS"; 342 355 call lineout scriptfile, "LIBS='-lmmap -lintl'"; -
trunk/server/source3/version.os2_
r898 r901 1 SAMBA_VERSION_VENDOR_SUFFIX="OS/2 and OS/2-based systems v1.3.0" 1 SAMBA_VERSION_VENDOR_SUFFIX="OS/2 and OS/2-based systems" 2 VENDOR_VERSION="1.3.0" 2 3 MAINTAINED_BY="unknown"
Note:
See TracChangeset
for help on using the changeset viewer.
