Given a target in a makefile, I would like to construct (programmatically) a sequence of non-make commands whose effect is exactly equivalent to calling make on the target.
When there are no recursive calls in the makefile, the -n option does exactly this. It fails however when there are recursive calls. _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make