Kaydet (Commit) 0f6286ae authored tarafından Peter Foley's avatar Peter Foley

dont create warn file if no warnings

Change-Id: I338b76971c4fd94455231d58e9d0bcce4524e829
üst 1a65a1b4
......@@ -49,7 +49,6 @@ PathFormat()
fi
}
cat /dev/null > warn
have_WARNINGS="no"
add_warning()
{
......@@ -12334,6 +12333,8 @@ $GNUMAKE check
_EOF
fi
cat warn
if test -f warn; then
cat warn
fi
dnl vim:set shiftwidth=4 softtabstop=4 expandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment