diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-11-19 12:43:49 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-11-19 12:43:49 +0100 |
commit | 2a021ae81c36f4281883a3195f7ce81504edf978 (patch) | |
tree | b851240ca72301ebb42a85fed6e2bfd640f1e21a /extra/scripts/install_headers.sh | |
parent | 32ef09dd30bb2b8e1878afff755fc5b7000f24c7 (diff) |
buildsys: update unifdef
sync up to 55501a61dd257e941d53f175350ee52fc6ff2866
(2.9 + refactor keyword and symbol matching)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/scripts/install_headers.sh')
-rwxr-xr-x | extra/scripts/install_headers.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/scripts/install_headers.sh b/extra/scripts/install_headers.sh index 14d64dc9d..5a966066d 100755 --- a/extra/scripts/install_headers.sh +++ b/extra/scripts/install_headers.sh @@ -32,7 +32,6 @@ if ! test -x "$top_builddir/extra/scripts/unifdef"; then exit 1 fi - # Sanitize and copy uclibc headers ( # We must cd, or else we'll prepend "${srcdir}" to filenames! @@ -56,6 +55,9 @@ while read -r filename; do # Do not abort the script if unifdef "fails"! # NB2: careful with sed command arguments, they contain tab character "$top_builddir/extra/scripts/unifdef" \ + -B \ + -t \ + -f "$top_builddir/include/generated/unifdef_config.h" \ -U_LIBC \ -U__UCLIBC_GEN_LOCALE \ -U__NO_CTYPE \ |