This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13200] New: Spaces in paths cause Makefile breakage...
- From: "bsdfan3 at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2003 15:59:59 -0000
- Subject: [Bug bootstrap/13200] New: Spaces in paths cause Makefile breakage...
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Spaces in certain paths cause the Makefile to hang. Example:
sed -e "/^@@ifobjc.*/,/^@@end_ifobjc.*/d" \
-e "/^@@ifc.*/d" -e "/^@@end_ifc.*/d" \
./c-parse.in >>tmp-c-parse.y
/bin/sh ./move-if-change tmp-c-parse.y /home/Lucas/gcc/gcc-make/gcc/c-parse
cd /home/Lucas/gcc/gcc-make/gcc && \
if bison -o c-p$$.c c-parse.y; then \
test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
mv -f c-p$$.c c-parse.c ; \
else \
rm -f c-p$$.* ; \
false ; \
fi
m4: C:/Program: No such file or directory
m4: Files/MSYS/mingw/bin/../share/bison/m4sugar/m4sugar.m4: No such file
or ctory
--
Summary: Spaces in paths cause Makefile breakage...
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bsdfan3 at users dot sourceforge dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: pc-mingw-i686
GCC host triplet: pc-mingw-i686
GCC target triplet: pc-mingw-i686
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13200