makefile – know your location
If you want to know where you really are during Make
location = $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) $(warning $(location))
Source: unknown Stack Overflow user
December 15th, 2016 in
main entries