#1922: Review Parrot's 'make help'
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:  jkeenan 
     Type:  cage     |      Status:  assigned
 Priority:  normal   |   Milestone:          
Component:  docs     |     Version:  2.10.0  
 Severity:  low      |    Keywords:          
     Lang:           |       Patch:          
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by jkeenan):

 Currently, the `make help` output for `make distclean` reads:
 {{{
 Removes also anything built, in theory.
 }}}
 But this is false.   Currently,
 {{{
 distclean : realclean
 }}}
 So it's just an alias.  I have corrected the help message accordingly.
 But can anyone come up with code for `distclean` that would do something
 else?

 commit b0ceaaa: Correct description of what 'distclean' currently does.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1922#comment:14>
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