Re: [pure-lang-users] Proposed syntax changes
Status: Beta
Brought to you by:
agraef
From: Ryan S. <rya...@us...> - 2008-08-19 12:22:08
|
On Aug 19, 2008, at 06:52, Albert Graef wrote: > Ryan Schmidt wrote: >> You're not passing -n before -v7. You're passing $(ECHO_N), and >> you've set $(ECHO_N) to empty on Leopard. But I don't think you >> should: > > Rrright. Counting 2+2=5, it just dawned on me, too. ;-) Silly editing > blunder! Of course that's supposed to be a -n there, but apparently I > just did a global s/-n/$(ECHO_N)/ when "fixing" the Makefile for the > Leopard shell. That's how it seemed to me too! :) > Aaahrgh, I can't tell you how silly I feel now... > > Ok, this should be fixed now, along with the missing $(ECHO_C) thing. > Can you please give it another go? It is considerably less silly now, and in fact all tests pass on Tiger and Leopard and the make check output is formatted correctly on both. Long live $(ECHO_C)! Thanks for fixing this. I updated the pure-devel port in MacPorts to r543. |