From: Ian Jackson Date: Thu, 14 Nov 2019 00:00:11 +0000 (+0000) Subject: subdirmk: main.mk: clear SUBDIRMK_MAKEFILES MAKEFILE_TEMPLATES X-Git-Tag: subdirmk/0.1~27 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=ff11733b6b7d7920033f81c4669ebba9131b984f;hp=ff11733b6b7d7920033f81c4669ebba9131b984f subdirmk: main.mk: clear SUBDIRMK_MAKEFILES MAKEFILE_TEMPLATES Otherwise, if we reenter main.mk (for exmaple, there are some reasons why one might want to $(MAKE) a particular target), and someone foolishly said `export', we inherit SUBDIRMK_MAKEFILES from our previous self and end up reading everything twice. That causes things not to work very well. While we're here, clear MAKEFILE_TEMPLATES too. Signed-off-by: Ian Jackson ---