Opened 12 years ago
Closed 12 years ago
#947 closed enhancement (fixed)
make: phony support
Reported by: | Mario Domenech Goulart | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | make, phony | Cc: | |
Estimated difficulty: |
Description
While using the make egg on a project, I needed to create rules whose targets are just labels, not files (like make's PHONY
).
I ended up modifying the make egg to be able to do that. If the patch doesn't look too ugly, can you consider applying it? Feel free to change the parameter name.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Alright. The new one (overwrote the old one) should be better (I hope). It also fixes some typos (s/dependancy/dependency/).
comment:3 Changed 12 years ago by
Thanks - I'll apply this as soon as I find the time. Sorry for the delay.
comment:4 Changed 12 years ago by
Does the patch look ok? If so, I can tag a new release. If it doesn't look ok, I can try to improve it or come up with a workaround for my use case.
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I have tagged a new version with your patch applied. Thanks for the contribution, Mario.
Hold on. That patch is not right.