Prashant Srinivasan wrote: > Hi Sriram, > > CONF_ENVLINE=CC=$(CC) \ > - CXX=$(CCC) \ > - LD=$(CCC) \ > + CXX="$(CCC) -norunpath" \ > + LD=$$CXX \ > This is executed within a shell and we need $$ to evaluate the variables that are defined in Shell environment
- sriram > > Shouldn't the last line have a $CXX instead of $$CXX? > -ps > > > Sriram Natarajan wrote: >> Hi >> I need to get this cr integrated for build 85 as this addresses >> couple of regression. Can you kindly take a look at the below webrev >> report and let me know your thoughts >> >> >> 6669474 <http://monaco.sfbay.sun.com/detail.jsp?cr=6669474> compile >> runtime libraries are included in php modules (again) >> >> >> webrev : http://cr.opensolaris.org/~sn123202/fixes_for_b85.3/webrev >> >> thanks >> sriram >> _______________________________________________ >> >> >> webstack-discuss mailing list >> webstack-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss >> > >
