This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update rebuild rules in non-automake directories.


Hi Ralf,

currently
	make -C src/gdb check//unix

will do
	mkdir -p -- testsuite.unix/.
	running CONFIG_SHELL=/bin/sh /bin/sh ./configure ...
	/bin/sh: ./configure: No such file or directory

while for gdb-6.8 it did
	mkdir -p -- testsuite.unix/.
	running /bin/sh ../.././gdb/testsuite/configure ...
	configure: loading cache .././config.cache
	...

Tried to debug it now a bit but the code is really not an easy one to read,
could you please check it?


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]