$ make --version GNU Make 3.81 Makefile contains ===========================
all:
@echo $(origin HOME)
@echo $(HOME)
===========================
From 'make -e'
environment
/home/felix
rather than
environment override
/home/felix
Am I doing something wrong?
--
Anthony Shipman Mamas don't let your babies
[email protected] grow up to be outsourced.
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
