Changeset 667 for trunk/server/source3


Ignore:
Timestamp:
Nov 23, 2011, 5:08:35 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Server 3.5: build.cmd 0.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/build.cmd

    r666 r667  
    99/* version 0.3.3 from 05.11.2011 Herwig (add support for libc064) */
    1010/* version 0.3.4 from 23.11.2011 Herwig (simplify libc switching) */
     11/* version 0.3.5 from 23.11.2011 Herwig (brand befor configure, if version.h is missing) */
    1112
    1213/* load the sysfuncs if not already loaded */
     
    1819
    1920/* init the version string (don't forget to change) */
    20 version = "0.3.4"
     21version = "0.3.5"
    2122version_date = "23.11.2011"
    2223
     
    102103end
    103104
     105ok = SysFileTree(".\include\version.h",versionh.,'FO')
     106
     107if versionh.0 = 0 & conf = "YES" then do
     108    svninfo = ".\svninfo"
     109    address cmd 'svn status -q -u | grep "^Status against revision:" | sed -e "s/Status against revision: *//">'svninfo
     110    revision = strip(translate(linein(svninfo)))
     111    ok = stream(svninfo,'c','close')
     112    call brand revision
     113end
     114
    104115/* start working */
    105116if conf = "YES" then do
Note: See TracChangeset for help on using the changeset viewer.