[sudo-commits] sudo changeset 9092:95747db2f07a

Todd C. Miller Todd.Miller at courtesan.com
Mon Nov 11 13:53:12 MST 2013


changeset:	9092:95747db2f07a in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/95747db2f07a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Nov 11 13:53:06 2013 -0700

Log Message:
	Uniquify header dependencies so we don't end up with duplicates
	when a header file includes other headers.  The header dependencies
	are sorted so the generated order is stable.

diffstat:

 common/Makefile.in               |  133 +++---
 compat/Makefile.in               |   78 +--
 mkdep.pl                         |   12 +-
 plugins/group_file/Makefile.in   |    8 +-
 plugins/sample/Makefile.in       |    6 +-
 plugins/sudoers/Makefile.in      |  772 +++++++++++++++++++-------------------
 plugins/system_group/Makefile.in |    6 +-
 src/Makefile.in                  |  236 +++++------
 zlib/Makefile.in                 |   36 +-
 9 files changed, 633 insertions(+), 654 deletions(-)


More information about the sudo-commits mailing list