Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/buildtools/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/buildtools/scripts/Makefile.waf

    r740 r988  
    6363
    6464bin/%:: FORCE
    65         $(WAF) --targets=`basename $@`
     65        $(WAF) --targets=$@
    6666FORCE:
    6767
  • vendor/current/buildtools/scripts/abi_gen.sh

    r740 r988  
    1111set width 0
    1212EOF
    13 nm "$SHAREDLIB" | cut -d' ' -f2- | egrep '^[BDGTRVWS]' | grep -v @ | cut -c3- | sort | while read s; do
     13nm "$SHAREDLIB" | cut -d' ' -f2- | egrep '^[BDGTRVWS]' | grep -v @ | egrep -v ' (__bss_start|_edata|_init|_fini|_end)' | cut -c3- | sort | while read s; do
    1414    echo "echo $s: "
    1515    echo p $s
Note: See TracChangeset for help on using the changeset viewer.