public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* @D not replaced
@ 2004-01-23 20:58 Douglas B Rupp
  2004-01-23 21:44 ` Zack Weinberg
  0 siblings, 1 reply; 2+ messages in thread
From: Douglas B Rupp @ 2004-01-23 20:58 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: gcc

Greetings,

This line in gcc/Makefile contains an unreplaced macro:

INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
    -I$(srcdir)/../include

This anomaly seems to widespread , but only occasionally triggers an error:
Note the second "-I" below.

mkdir -p -- libgcc
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/gnatmail5/build/ivms/gcc/xgcc -B/gnatmail5/build/ivms/gcc/ -B/gnu/ia64-hp-o
penvms8_0/bin/ -B/gnu/ia64-hp-openvms8_0/lib/ -isystem
/gnu/ia64-hp-openvms8_0/include -isystem
/gnu/ia64-hp-openvms8_0/sys-include -O2  -DIN_GCC -DCROSS_COMPILE
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include   -O0  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I
 -I/gnatmail5/src/gcc/gcc -I/gnatmail5/src/gcc/gcc/ -I/gnatmail5/src/gcc/gcc
/../include  -DL__divtf3 -xassembler-with-cpp -c
/gnatmail5/src/gcc/gcc/config/ia64/lib1funcs.asm -o libgcc/./__divtf3.o
cc1.exe: -I/gnatmail5/src/gcc/gcc: file specification syntax error
make[2]: *** [libgcc/./__divtf3.o] Error 1
make[2]: Leaving directory `GNATMAIL5:[BUILD.IVMS.GCC]'

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: @D not replaced
  2004-01-23 20:58 @D not replaced Douglas B Rupp
@ 2004-01-23 21:44 ` Zack Weinberg
  0 siblings, 0 replies; 2+ messages in thread
From: Zack Weinberg @ 2004-01-23 21:44 UTC (permalink / raw)
  To: Douglas B Rupp; +Cc: gcc

"Douglas B Rupp" <rupp@gnat.com> writes:

> Greetings,
>
> This line in gcc/Makefile contains an unreplaced macro:
>
> INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
>     -I$(srcdir)/../include

That's not an Autoconf macro, that's a GNU Make variable.

> This anomaly seems to widespread , but only occasionally triggers an error:

This would be a bug in your copy of GNU Make.

zw

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-23 21:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-23 20:58 @D not replaced Douglas B Rupp
2004-01-23 21:44 ` Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).