next up previous contents index
Next: Incremental compilation facility Up: Compilation scripts in details Previous: Explicit interfacing   Contents   Index

Recursive update control

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=no
In 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=yes
Notice :


next up previous contents index
Next: Incremental compilation facility Up: Compilation scripts in details Previous: Explicit interfacing   Contents   Index
EL KHATIB Ryad 2008-05-23