[Coco] OT: Unix/Linux Makefile question
Kevin Diggs
kevdig at hypersurf.com
Thu Feb 3 11:21:27 EST 2005
Hi,
For GNU make, use 'make -p -f/dev/null' to print the built in rule
database and redefine the rules you are using to move the output files
around. A quick scan suggests that monkeying with "OUTPUT_OPTION",
currently "-o $@", may help. Also, if you are monkeying with rules in
your makefiles you may need to modify the -f above.
kevin
P.S.: UNIX ... It just makes sense.
More information about the Coco
mailing list