diff options
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 \ |