diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-06-27 11:57:47 +0200 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-07-14 13:47:26 +0100 |
commit | 32fb4fe097115b23914832d26dba4d1de62f5f17 (patch) | |
tree | efe43532a3f5becea1438775d263621a5567e9eb /shell | |
parent | c2002eae394c230d6b89073c9ff71bc86a7875e8 (diff) | |
download | busybox-w32-32fb4fe097115b23914832d26dba4d1de62f5f17.tar.gz busybox-w32-32fb4fe097115b23914832d26dba4d1de62f5f17.tar.bz2 busybox-w32-32fb4fe097115b23914832d26dba4d1de62f5f17.zip |
fixdep: read the dependency files in binary mode
We want to make sure that the original line endings are preserved, as
fixdep hardcodes the assumption of Unix-type line endings.
The symptom is this (kinda hard to understand) error when building in
Git for Windows' SDK (which is a special-purpose version of MSYS2):
$ make mingw64_defconfig && make -j15
HOSTCC scripts/basic/fixdep
C:/git-sdk-64/mingw64/x86_64-w64-mingw32/include/ctype.h
64-w64-mingw32/include/ctype.h: Invalid argument
fixdep: make[1]: *** [scripts/Makefile.host:104: scripts/basic/fixdep] Error 2
make: *** [Makefile:358: scripts_basic] Error 2
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions