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: obtaining configure args from config.status


Hi Ralf,

On Mon, 31 Aug 2009 22:29:39 +0200, Ralf Wildenhues wrote:
> +	     eval $(SHELL) "\"\$$rootsrc/testsuite/configure\" $$configargs" \
> +			   "\"--srcdir=\$$rootsrc/testsuite\"" \

do I miss anything if here would be just such simple quoting?

	     eval $(SHELL) $${rootsrc}/testsuite/configure "$$configargs" \
			   --srcdir=\$${rootsrc}/testsuite \

Other parts of Makefile.in already cannot cope with spaces in $srcdir.



Thanks,
Jan


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