Home | History | Annotate | Download | only in tools

Lines Matching refs:INCREMENTAL

46 # Use --incremental to implement incremental release builds.
48 INCREMENTAL=no
49 register_var_option "--incremental" INCREMENTAL "Enable incremental packaging (debug only)."
114 if [ "$FORCE" = "no" -a "$INCREMENTAL" = "no" ] ; then
165 if [ "$INCREMENTAL" = "no" ] ; then
169 echo "ERROR: Can't make incremental, missing release dir: $RELEASE_DIR"
179 if [ "$INCREMENTAL" = "no" ] ; then