unixorn / luggage

Project to automate OS X package creation without using the packagemaker GUI

Home Page:https://github.com/unixorn/luggage/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings when running “make bootstrap_files”

Jaharmi opened this issue · comments

When I run “make bootstrap_files” as directed by the Luggage wiki, I get the following warnings. I haven’t looked into the makefile but I don’t believe the man pages are being processed. However, I do believe that luggage.make and prototype.plist are handled as per the description on the wiki.

$ make bootstrap_files                       
Makefile:25: warning: overriding commands for target `help'
luggage.make:120: warning: ignoring old commands for target `help'

There are no man pages to process :-)

The problem is that there's a help stanza in luggage.make with the standard "make clean/make pkg/make dmg" help, but I wanted the Makefile to spit out the bootstrap help instead. The override works, but generates an error message and I haven't had time to figure out how to suppress it.