Re: How to tell gbu make to run a target twice?
howa <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi, On 63, 247, Henrik Carlqvist <[email protected]> wrote: > Each target will only be run once, but you can have two commands for a > single target: This is just an example, becoz I have large group of commands, so I don't want to copy-and-paste, which make the make file ugly. Anyway, currently my way is to execute another make file within a make file. Howard.