]> andersk Git - libyaml.git/commitdiff
Add reminder when user is using GNUmakefile
authorIngy döt Net <ingy@ingy.net>
Mon, 2 Jan 2017 18:46:29 +0000 (10:46 -0800)
committerIngy döt Net <ingy@ingy.net>
Mon, 2 Jan 2017 18:46:29 +0000 (10:46 -0800)
.makefile

index af4625b4091c15f7801370c52c44fe21233c0ea3..ba7c056c17f496c0c0b0485b38d042547e320651 100644 (file)
--- a/.makefile
+++ b/.makefile
 # bootstrapping tasks need to get a Makefile first, then we use the Makefile to
 # make our target.
 
+# Remind user when they are using GNUmakefile:
+ifeq ($(lastword $(MAKEFILE_LIST)),GNUmakefile)
+    $(info *** NOTE: GNUmakefile in use. ***)
+endif
+
 MAKE_TARGETS := \
        all \
        all-am \
This page took 0.041131 seconds and 5 git commands to generate.