Browse Source

Dothem --scratch

todo
Junio C Hamano 16 years ago
parent
commit
c85c96d98c
  1. 10
      Dothem

10
Dothem

@ -17,6 +17,7 @@ inst_prefix=$( @@ -17,6 +17,7 @@ inst_prefix=$(
)

force= with_dash= M= install= nodoc= notest= bootstrap= branches= jobs=
scratch=
while case "$1" in
--pedantic | --locale=* | --loose) M="$M $1" ;;
--force) force=$1 ;;
@ -25,6 +26,7 @@ while case "$1" in @@ -25,6 +26,7 @@ while case "$1" in
--nodoc) nodoc=y ;;
--notest) notest=y ;;
--test=*) test="$1" ;;
--scratch) scratch=y ;;
--bootstrap) bootstrap=y ;;
--base=*) BUILDBASE=${1#*=} ;;
--branches=*) branches=${1#*=} ;;
@ -125,6 +127,14 @@ do @@ -125,6 +127,14 @@ do
git reset --hard || exit
esac &&

case "$scratch" in
'')
;;
y)
Meta/Make clean
;;
esac &&

case "$private" in
'')
;;

Loading…
Cancel
Save