I'm using Paul Smith's multi-architecture build scheme (http://make.mad-scientist.us/multi-arch.html). Given the assumption that invoking make with the -r option is a good idea, would there be any significant drawbacks to adding the -r option to the MAKETARGET variable as shown below?
MAKETARGET = $(MAKE) -r --no-print-directory -C $@ -f \ $(CURDIR)/Makefile \ SRCDIR=$(CURDIR) $(MAKECMDGOALS) -- Galen Seitz [email protected] _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
