Subject: [perl #24149] [PATCH] small Makefile patch (rm *.s in realclean instead of clean)
Created: 2004-04-09 03:58:04
Content:
While "make clean" still removes the *.s files, I was able to do a


make clean;make;make test

and still get a passing rate of 97.96%

I'm going to close out the call - thanks for the report, though.

[EMAIL PROTECTED] - Tue Oct 07 08:11:57 2003]:


make clean is currently doing an rm *.s, thus removing the asmfun.s which gets installed by Configure.pl. this means that, in order to build parrot after a make clean, you need to run Configure.pl again. this patch moves the rm *.s instruction to the (seemingly more appropriate) 'realclean' make target.

cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;


--
Will "Coke" Coleda will at coleda dot com




Reply via email to