On Sun, Nov 04, 2007 at 11:30:35AM -0800, Darren Reed wrote:
> Jeff Wasilko wrote:
> >Hi:
> >
> >I'm trying to build the latest pfil (pfil-2.1.13) on Solaris 9 (sparc)
> >with gcc and it looks like make is going crazy and just keeps
> >spawning copies of itself:
> >
> >Script started on Thu Nov 01 11:56:26 2007
> >[EMAIL PROTECTED]:~/pfil> Kmake -f Makefile.gcc package
> >i=`uname -s`; case $i in HP-UX) make hpux;; *) make -f
> >Makefile.gcc $i;; esac
> >make[1]: Entering directory `/home/jeffw/pfil'
> >make -f Makefile.gcc SunOS
> >  
> 
> No...but what is "Kmake" ?

that was a cut & paste problem out of the scriptfile. 

It looks like part of the problem was that our make (gnu make 3.80)
didn't seem to be dealing with shell callouts that were done as :sh=foo .
Changing them to =`foo` seemed to fix it.

Reply via email to