[sudo-commits] sudo changeset 15260:5b5ce9a47757

Todd C. Miller Todd.Miller at sudo.ws
Wed Feb 21 14:21:24 MST 2024


changeset:	15260:5b5ce9a47757 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5b5ce9a47757
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Feb 21 12:31:50 2024 -0700
files:		lib/eventlog/Makefile.in lib/fuzzstub/Makefile.in lib/iolog/Makefile.in lib/logsrv/Makefile.in lib/protobuf-c/Makefile.in lib/ssl_compat/Makefile.in lib/util/Makefile.in logsrvd/Makefile.in plugins/audit_json/Makefile.in plugins/group_file/Makefile.in plugins/python/Makefile.in plugins/sample/Makefile.in plugins/sample_approval/Makefile.in plugins/sudoers/Makefile.in plugins/system_group/Makefile.in src/Makefile.in

Log Message:
	Use $(CPP) instead if $(CC) -E when buiding .i files from .c.


diffstat:

 lib/eventlog/Makefile.in            |   23 +-
 lib/fuzzstub/Makefile.in            |    7 +-
 lib/iolog/Makefile.in               |   71 +++++----
 lib/logsrv/Makefile.in              |    5 +-
 lib/protobuf-c/Makefile.in          |    7 +-
 lib/ssl_compat/Makefile.in          |    7 +-
 lib/util/Makefile.in                |  238 ++++++++++++++++----------------
 logsrvd/Makefile.in                 |   31 ++--
 plugins/audit_json/Makefile.in      |    9 +-
 plugins/group_file/Makefile.in      |    9 +-
 plugins/python/Makefile.in          |   41 +++--
 plugins/sample/Makefile.in          |    7 +-
 plugins/sample_approval/Makefile.in |    9 +-
 plugins/sudoers/Makefile.in         |  255 ++++++++++++++++++-----------------
 plugins/system_group/Makefile.in    |    7 +-
 src/Makefile.in                     |   83 +++++-----
 16 files changed, 414 insertions(+), 395 deletions(-)



More information about the sudo-commits mailing list