release: by default leave src/.git
. facilitates easy updates of installs . removal can be restored with release.sh -m
This commit is contained in:
parent
586776e98b
commit
391372193c
@ -205,7 +205,9 @@ then
|
|||||||
else REVTAG=`(cd $srcdir && git show-ref HEAD -s10)`
|
else REVTAG=`(cd $srcdir && git show-ref HEAD -s10)`
|
||||||
echo "Retrieved repository head is $REVTAG."
|
echo "Retrieved repository head is $REVTAG."
|
||||||
fi
|
fi
|
||||||
rm -r $srcdir/.git
|
if [ $MINIMAL -ne 0 ]
|
||||||
|
then rm -r $srcdir/.git
|
||||||
|
fi
|
||||||
echo "
|
echo "
|
||||||
/* Added by release script */
|
/* Added by release script */
|
||||||
#ifndef _VCS_REVISION
|
#ifndef _VCS_REVISION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user