2003-05-01 Roland McGrath <roland@redhat.com>
commitd73f5331ce5370ca5a879229e3842f5de98689cd
authorRoland McGrath <roland@gnu.org>
Fri, 2 May 2003 02:20:45 +0000 (2 02:20 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 2 May 2003 02:20:45 +0000 (2 02:20 +0000)
tree248e6bec74f35b991ea7a2177efb3d1b7c6fd833
parent9a7178d611c8a9b2089cbd8288b623ec3e86da3f
2003-05-01  Roland McGrath  <roland@redhat.com>

* Makerules (compile-mkdep-flags): New variable, pass -MD -MF $@.d.
(compile-command.S): Don't use ifndef.  Append $(compile-mkdep-flags).
(compile-command.s, compile-command.c): Likewise.
($(objpfx)%.d): All such pattern rules removed.
($(+sysdir_pfx)sysd-rules): Don't generate them.
($(common-objpfx)dummy.d): Target removed.
(make-dummy-dep): Variable removed.
(generate-md5): Likewise.
(%.d: %.dt): New pattern rule.
(+depfiles): Use $(wildcard) function to get just existing *.d files
and .d files for existing *.dt files.
(common-clean): Remove all *.d and *.dt files.
(before-compile): Add $(objpfx). when it doesn't exist,
regardless of $(no_deps).
* elf/rtld-Rules ($(objpfx)rtld-%.d): All such pattern rules removed.
(rtld-depfiles): Use .os.d instead of .d names.
Include existing *.d files and .d files for existing *.dt files.
* Makerules ($(common-objpfx)%.make): Protect with [! subdir].
Use -MD, -MT and -MF flags instead of SUNPRO_DEPENDENCIES variable.
Makerules