This is the mail archive of the automake@gnu.org mailing list for the automake project.


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

New bugs


Akim --

Your recent patches broke a couple of test cases.

I looked at the `subobj4' failure.  I think the new code in
add_depend2 is wrong.

First, this is wrong:

		 . &transform ('$(' . $pfx . 'COMPILE)'
			         => $rule,

&transform puts @...@ around the pattern, which in this case is
incorrect.

Later we see:

		 # Generate rule for `.o'.
		 . 's/^\@EXT\@\.o:/' . $obj . '.o: ' . $source . '/g;'

I think we need to quote $obj and $source here; this was handled in
the old code.

Could you fix this?

I didn't investigate the specflags5.test failure.  Could you do that?

Thanks,
Tom


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