Fix Makefile warning error message.
authorJeff Donahue <jeff.donahue@gmail.com>
Tue, 15 Jul 2014 20:47:14 +0000 (13:47 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Tue, 15 Jul 2014 20:47:14 +0000 (13:47 -0700)
Makefile

index f7e5870..ad13bb9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -354,7 +354,7 @@ $(EMPTY_WARN_REPORT): $(ALL_WARNS) | $(BUILD_DIR)
        @ if [ -s "$@" ]; then \
                cat $@; \
                mv $@ $(NONEMPTY_WARN_REPORT); \
-               echo "Found one or more lint errors."; \
+               echo "Compiler produced one or more warnings."; \
                exit 1; \
          fi; \
          $(RM) $(NONEMPTY_WARN_REPORT); \