emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 498b6cb 2/2: Ensure flymake tests use gcc rather th


From: Glenn Morris
Subject: [Emacs-diffs] master 498b6cb 2/2: Ensure flymake tests use gcc rather than $CC
Date: Sat, 15 Dec 2018 18:17:03 -0500 (EST)

branch: master
commit 498b6cb0bf882367fe73f5efee5154348c209aea
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Ensure flymake tests use gcc rather than $CC
    
    * test/lisp/progmodes/flymake-resources/Makefile: Force use of gcc.
    This seems to be what the tests expect.  (Bug#33735)
---
 test/lisp/progmodes/flymake-resources/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/flymake-resources/Makefile 
b/test/lisp/progmodes/flymake-resources/Makefile
index 4944075..05399ba 100644
--- a/test/lisp/progmodes/flymake-resources/Makefile
+++ b/test/lisp/progmodes/flymake-resources/Makefile
@@ -8,6 +8,6 @@ CC_OPTS = -Wall -Wextra
 ## normally use flymake, so it seems like just avoiding the issue
 ## in this test is fine.  Set flymake-log-level to 3 to investigate.
 check-syntax:
-       GCC_COLORS= $(CC) $(CC_OPTS) ${CHK_SOURCES} || true
+       GCC_COLORS= gcc $(CC_OPTS) ${CHK_SOURCES} || true
 
 # eof



reply via email to

[Prev in Thread] Current Thread [Next in Thread]