Fix the update target and remove duplicate file updates
We had updates of certain header files in both Makefile.org and the Makefile in the directory the header file lived in. This is error prone and also sometimes generates slightly different results (usually just a comment that differs) depending on which way the update was done. This removes the file update targets from the top level Makefile, adds an update: target in all Makefiles and has it depend on the depend: or local_depend: targets, whichever is appropriate, so we don't get a double run through the whole file tree. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
8757bf8377
commit
0f539dc1a2
62 changed files with 154 additions and 42 deletions
|
@ -53,6 +53,8 @@ tags:
|
|||
|
||||
errors:
|
||||
|
||||
update: depend
|
||||
|
||||
depend:
|
||||
|
||||
dclean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue