]> andersk Git - libyaml.git/blobdiff - .makefile
Add reminder when user is using GNUmakefile
[libyaml.git] / .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.597836 seconds and 4 git commands to generate.