summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-01-29 10:44:25 +0100
committerJim Meyering <meyering@redhat.com>2009-01-29 13:31:15 +0100
commit61a42e37431928b861e69b236b9d6ad04fafbdc3 (patch)
treedc512829e22aba651ebca6c8fe8e8f65aca387ae /cfg.mk
parent60ca9e1599ed5c9a1a06130d915438cbb32ab391 (diff)
downloadcoreutils-61a42e37431928b861e69b236b9d6ad04fafbdc3.tar.xz
maint: silence some syntax-check rules
* cfg.mk (sc_strftime_check): Silence the rule. (sc_tight_scope): Likewise. * src/Makefile.am (check-AUTHORS): Likewise.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index 8266afe90..0e42042b3 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
# Customize maint.mk -*- makefile -*-
-# Copyright (C) 2003-2008 Free Software Foundation, Inc.
+# Copyright (C) 2003-2009 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -165,7 +165,7 @@ sc_sun_os_names:
exit 1; } || :
sc_tight_scope:
- $(MAKE) -C src $@
+ @$(MAKE) -C src $@
# Perl-based tests used to exec perl from a #!/bin/sh script.
# Now they all start with #!/usr/bin/perl and the portability
@@ -183,7 +183,7 @@ sc_no_exec_perl_coreutils:
# which date accepts but GNU strftime does not.
extract_char = sed 's/^[^%][^%]*%\(.\).*/\1/'
sc_strftime_check:
- if test -f $(srcdir)/src/date.c; then \
+ @if test -f $(srcdir)/src/date.c; then \
grep '^ %. ' $(srcdir)/src/date.c | sort \
| $(extract_char) > $@-src; \
{ echo N; \