freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master 41940a5: * Makefile: Use `info' function of mak


From: Alexei Podtelezhnikov
Subject: [freetype2-demos] master 41940a5: * Makefile: Use `info' function of make 3.81.
Date: Wed, 18 Apr 2018 22:10:01 -0400 (EDT)

branch: master
commit 41940a5938ace59360ff5afd3afdf266f48386f1
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    * Makefile: Use `info' function of make 3.81.
---
 ChangeLog | 4 ++++
 Makefile  | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e293283..2f5444d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-04-18  Alexei Podtelezhnikov  <address@hidden>
 
+       * Makefile: Use `info' function of make 3.81.
+
+2018-04-18  Alexei Podtelezhnikov  <address@hidden>
+
        * src/gbench.c: Missing variable types.
 
 2018-04-18  Alexei Podtelezhnikov  <address@hidden>
diff --git a/Makefile b/Makefile
index 477980d..3f032f2 100644
--- a/Makefile
+++ b/Makefile
@@ -60,10 +60,10 @@ endif
 ifdef no_config_mk
 
   exes:
-         @echo Please compile the library before the demo programs!
+         $(info Please compile the library before the demo programs!)
   clean distclean:
-         @echo "I need a path to FreeType 2's \`config.mk' to do that!"
-         @echo "Set the \`TOP_DIR' variable to the correct value."
+         $(info I need a path to FreeType 2's `config.mk' to do that!)
+         $(info Set the `TOP_DIR' variable to the correct value.)
 
 else
 



reply via email to

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