From 144fe359e1d3d13eb745afc907091bb54d67a692 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Aug 2007 09:46:14 +0200 Subject: * Makefile.maint (patch-check): Don't remove temporaries upon failure. --- Makefile.maint | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.maint') diff --git a/Makefile.maint b/Makefile.maint index 4f9720b61..3c43bd583 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -372,8 +372,7 @@ patch-check: rm -f src-c89/*.o || msg='rm failed'; \ $(MAKE) -C src-c89 CFLAGS='-Wdeclaration-after-statement -Werror' \ || msg='compile failure with extra options'; \ - rm -rf src-c89 $@.1 $@.2; \ - test "$$msg" = ok && : || echo "$$msg" 1>&2; \ + test "$$msg" = ok && rm -rf src-c89 $@.1 $@.2 || echo "$$msg" 1>&2; \ test "$$msg" = ok # Ensure that date's --help output stays in sync with the info -- cgit v1.2.3-54-g00ecf