GmkPack can either compile and re-compile all that is in the pack, or compile only what is out of date and stop early when the compilation fails on a file.
In main packs the default behavior is to compile or recompile everything ; should the compilation fail on some files, then GmkPack will report about them only at the very end of the compilation :
# Do you want to enable the recursive update control ? (yes/no) ? # -------------------------------------------------- export ICS_RECURSIVE_UPDATE=noIn ordinary packs the default behavior is to compile only what is out of date and stop early when the compilation fails on a file :
# Do you want to enable the recursive update control ? (yes/no) ? # -------------------------------------------------- export ICS_RECURSIVE_UPDATE=yesNotice :