From e93eb68eb1bad1f9208ab66e8c07f1a57b5d06ce Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 29 Dec 2019 12:34:39 +0000 Subject: [PATCH] regen.mk.in: Clarify documentation about realclean It's not sensible to `make [the provided] realclean:: into a recursive target' in that sense since the one we provide is effective, and present, only in the toplevel. What we mean is that you can make your own realclean target and regen.mk's will fit in nicely. Signed-off-by: Ian Jackson --- regen.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regen.mk.in b/regen.mk.in index 7826ff2..06b2fbd 100644 --- a/regen.mk.in +++ b/regen.mk.in @@ -20,8 +20,8 @@ # of regen.mk). # # Also provides a `realclean::' target at the toplevel which deletes -# the autoconf output. This may be made into a recursive target -# by mentioning &TARGETS_realclean in appropriate .sd.mk. +# the autoconf output. (This is suitable for being part of a recursive +# target creaed by setting &TARGETS_realclean in appropriate .sd.mk.) CONFIGURE ?= configure CONFIGURE_AC ?= $(CONFIGURE).ac -- 2.30.2