From 72f18cff9a358850d92e87c385d555015a2aa787 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 13 Jun 2016 15:12:44 -0600 Subject: [PATCH] Fold lines at 80 characters for the clean: target --- lib/util/Makefile.in | 3 ++- lib/zlib/Makefile.in | 3 ++- plugins/group_file/Makefile.in | 3 ++- plugins/sample/Makefile.in | 3 ++- plugins/sudoers/Makefile.in | 6 +++--- plugins/system_group/Makefile.in | 3 ++- src/Makefile.in | 3 ++- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/lib/util/Makefile.in b/lib/util/Makefile.in index 20a6def0f..1a5116653 100644 --- a/lib/util/Makefile.in +++ b/lib/util/Makefile.in @@ -316,7 +316,8 @@ check: $(TEST_PROGS) fi clean: - -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(TEST_PROGS) *.lo *.o *.la *.a stamp-* core *.core core.* regress/*/*.out regress/*/*.err + -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(TEST_PROGS) *.lo *.o \ + *.la *.a stamp-* core *.core core.* regress/*/*.out regress/*/*.err mostlyclean: clean diff --git a/lib/zlib/Makefile.in b/lib/zlib/Makefile.in index 59c4dfc62..5bf82ff59 100644 --- a/lib/zlib/Makefile.in +++ b/lib/zlib/Makefile.in @@ -141,7 +141,8 @@ cppcheck: check: clean: - -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.* + -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* \ + core *.core core.* mostlyclean: clean diff --git a/plugins/group_file/Makefile.in b/plugins/group_file/Makefile.in index 2392d3aff..d256e20d6 100644 --- a/plugins/group_file/Makefile.in +++ b/plugins/group_file/Makefile.in @@ -149,7 +149,8 @@ cppcheck: check: clean: - -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.* + -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* \ + core *.core core.* mostlyclean: clean diff --git a/plugins/sample/Makefile.in b/plugins/sample/Makefile.in index c2a3ebdef..1c339e63b 100644 --- a/plugins/sample/Makefile.in +++ b/plugins/sample/Makefile.in @@ -148,7 +148,8 @@ cppcheck: check: clean: - -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.* + -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* \ + core *.core core.* mostlyclean: clean diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 17cdbc049..557cad981 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -459,9 +459,9 @@ check: $(TEST_PROGS) visudo testsudoers fi clean: - -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(PROGS) $(TEST_PROGS) *.lo *.o *.la \ - *.a stamp-* core *.core core.* regress/*/*.out regress/*/*.toke \ - regress/*/*.err + -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(PROGS) $(TEST_PROGS) \ + *.lo *.o *.la *.a stamp-* core *.core core.* regress/*/*.out \ + regress/*/*.toke regress/*/*.err mostlyclean: clean diff --git a/plugins/system_group/Makefile.in b/plugins/system_group/Makefile.in index 60469fad4..af64ee5d5 100644 --- a/plugins/system_group/Makefile.in +++ b/plugins/system_group/Makefile.in @@ -149,7 +149,8 @@ cppcheck: check: clean: - -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.* + -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* \ + core *.core core.* mostlyclean: clean diff --git a/src/Makefile.in b/src/Makefile.in index 05f2eea55..3a9b9e586 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -214,7 +214,8 @@ check: $(TEST_PROGS) fi clean: - -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(PROGS) $(TEST_PROGS) *.lo *.o *.la *.a stamp-* core *.core core.* + -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(PROGS) $(TEST_PROGS) \ + *.lo *.o *.la *.a stamp-* core *.core core.* mostlyclean: clean -- 2.40.0