You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strictly speaking, the target line has to be all targets identified as .PHONY (which is the right way to annotate a target like all). This seems to have been a considered decision (in f818937), but I'm not sure I like it.
Certainly, the behaviour wrt "clean targets" (clean, cleanAll and cleanDeps) is right; you don't want to recurse with those guys by default (hence the -r option). But you do with something like all...
Thus a commandline like
Holmake all
won't causeHolmake
to be called recursively in directories specified in aline in a
Holmakefile
The text was updated successfully, but these errors were encountered: