If I have a package MainPkg with a REQUIRE file that holds "HelperPkg",
and I do
Pkg.add("HelperPkg");Pkg.build("HelperPkg");
is there a way to
Pkg.add("MainPkg")
without automatically rebuilding (the already current) HelperPkg?If I have a package MainPkg with a REQUIRE file that holds "HelperPkg",
and I do
Pkg.add("HelperPkg");Pkg.build("HelperPkg");
is there a way to
Pkg.add("MainPkg")
without automatically rebuilding (the already current) HelperPkg?