mirror of
https://github.com/yaml/libyaml
synced 2026-06-08 18:28:36 +00:00
Add reminder when user is using GNUmakefile
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
# 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 \
|
||||
|
||||
Reference in New Issue
Block a user