A few more.

This commit is contained in:
uebayasi 2015-11-22 01:20:36 +00:00
parent e2e02058ba
commit e1ddff408d
1 changed files with 7 additions and 1 deletions

View File

@ -226,7 +226,7 @@ o Pass input files to ${LD} via linker script.
Instead of passing input files on command-line, output "INPUT(xxx.o)"
commands, and include it from generated linker scripts.
o Generate `*.d' files.
o Directly generate `*.d' files.
Output source/object files in raw texts instead of `Makefile'. Generate
`*.d' (make(1) depend) files. make(1) knows which object files are to be
@ -459,3 +459,9 @@ o Clean up CTF-related rules.
Don't overwrite compile/link rules conditionally by existence of
${CTFCONVERT}/${CTFMERGE}. Give a separate suffix (*.ctfo) and define its
rules (.c -> .ctfo).
o Consider using cpp -MD instead of ${MKDEP}.
o Make "make depend" mandatory.
Automatically execute "make depend".