> - why is "dist" and "install" targets considered together? I imagine that > it is to iterate on files only once but that reduce readability, specially > because there is a test in PackTar to exclude the non "dist" case.
I think I've understood: env.Install just setup some target table, but does not execute anything until the target is really called ? But then, why does PackTar() checks for target "dist"? Is it because env.Tar() is not the same as env.Install() and really do things? Steph -- http://stephane.magnenat.net _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
