Use @echo instead of $(warning ...) to suppress warning on autoreconf

This commit is contained in:
Tatsuhiro Tsujikawa 2013-08-21 00:40:30 +09:00
parent c26c1e234a
commit d87365efc6
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ $(man_MANS): aria2c.rst
$(MAKE) man
else
$(man_MANS):
$(warning Building only stub man pages. Please install sphinx-build)
@echo "WARNING: Building only stub man pages. Please install sphinx-build)"
if [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
if [ ! -e "$@" ]; then touch "$@"; fi;
endif

View File

@ -21,7 +21,7 @@ $(man_MANS): aria2c.rst
$(MAKE) man
else
$(man_MANS):
$(warning Building only stub man pages. Please install sphinx-build)
@echo "WARNING: Building only stub man pages. Please install sphinx-build)"
if [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
if [ ! -e "$@" ]; then touch "$@"; fi;
endif

View File

@ -21,7 +21,7 @@ $(man_MANS): aria2c.rst
$(MAKE) man
else
$(man_MANS):
$(warning Building only stub man pages. Please install sphinx-build)
@echo "WARNING: Building only stub man pages. Please install sphinx-build)"
if [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
if [ ! -e "$@" ]; then touch "$@"; fi;
endif