Lines Matching full:incremental
46 # Use --incremental to implement incremental release builds.
48 INCREMENTAL=no
49 register_var_option "--incremental" INCREMENTAL "Enable incremental packaging (debug only)."
83 if [ "$FORCE" = "no" -a "$INCREMENTAL" = "no" ] ; then
133 if [ "$INCREMENTAL" = "no" ] ; then
137 echo "ERROR: Can't make incremental, missing release dir: $RELEASE_DIR"
147 if [ "$INCREMENTAL" = "no" ] ; then