#797: Eliminate need to expand Makefile variables in parrot_config and other
external programs
-----------------------+----------------------------------------------------
 Reporter:  jkeenan    |       Owner:  jkeenan           
     Type:  RFC        |      Status:  assigned          
 Priority:  normal     |   Milestone:                    
Component:  configure  |     Version:  1.3.0             
 Severity:  medium     |    Keywords:  configure makefile
     Lang:             |       Patch:  applied           
 Platform:  all        |  
-----------------------+----------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:8 jkeenan]:

 Heard no complaints ... but, then again, I got no feedback whatsoever!

 Here is the current output of `parrot-config --dump`:
 {{{
 76:cat => '$(PERL) -MExtUtils::Command -e cat'
 89:chmod => '$(PERL) -MExtUtils::Command -e ExtUtils::Command::chmod'
 94:cp => '$(PERL) -MExtUtils::Command -e cp'
 205:libparrot_for_makefile_only => '$(LIBPARROT_SHARED)'
 230:mkpath => '$(PERL) -MExtUtils::Command -e mkpath'
 232:mv => '$(PERL) -MExtUtils::Command -e mv'
 267:rm_f => '$(PERL) -MExtUtils::Command -e rm_f'
 268:rm_rf => '$(PERL) -MExtUtils::Command -e rm_rf'
 283:touch => '$(PERL) -MExtUtils::Command -e touch'
 }}}
 The one variable that was part of jhorwitz's original complaint,
 `$(LIBPARROT_SHARED)`, is now clearly marked as for use in ''Makefile''
 only.  That leaves just the instances of `$(PERL)`.  I'm not sure we can
 do better at this time.

 So if no one complains within 24 hours, I will close this ticket.

 Thank you very much.[[BR]]
 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/797#comment:11>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to