I do this:
...
echo;echo \=== updating org;echo
(
cd $delbig/org-mode &&
git pull --stat --log &&
#first time make clean?
make>elup--make 2>&1
# make install ... unnec unless you want delorg
# to be backed up. if so then install setting
# prefix lispdir
diffold doc/org.texi--old doc/org.texi
echo not doing git gc
)
...
diffold () {
local fold="${1:?}"; shift
local fnew="${1:?}"; shift
diff -u "$fold" "$fnew"
cp "$fnew" "$fold"
}
On 2009-04-04, Manish <[email protected]> wrote:
> $ git pull && make clean && make && make doc
Is make clean necessary lately? It works without it for me. I
thought make clean was for when mtimes are wrong?
--
Myalgic encephalomyelitis denialism is causing death (decades early;
Jason et al. 2006) and severe suffering (worse than nearly all other
diseases studied; e.g. Schweitzer et al. 1995) and grossly corrupting
science. http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode