This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: New bugs
- To: tromey at redhat dot com
- Subject: Re: New bugs
- From: Akim Demaille <akim at epita dot fr>
- Date: 31 Jan 2001 17:55:43 +0100
- Cc: Automake List <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <87ae8a6uef.fsf@creche.redhat.com>
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> Later we see:
Tom> # Generate rule for `.o'. . 's/^\@EXT\@\.o:/' . $obj
Tom> . '.o: ' . $source . '/g;'
Tom> I think we need to quote $obj and $source here; this was handled
Tom> in the old code.
I did not change anything in the area, I'd like first to understand
the failure you are describing. It's related to special characters in
source file names which have special flags right?
First I want to write/enhance a test that fails on this.
If would be *wonderful* if someone had the courage to convert
Automake's test suite to Autotest :(