add sh/bash to pain list
Posted Feb 22, 2007 12:52 UTC (Thu) by
nix (subscriber, #2304)
In reply to:
add sh/bash to pain list by cate
Parent article:
The Road to KDE 4: CMake, a New Build System for KDE (KDE.News)
I hate to say it, but
$(DVIOBJS): %.dvi : %.tex
echo 'Rerun to get' > $@.tmp; \
while grep 'Rerun to get' $@.tmp >/dev/null; do latex $< | tee $@.tmp; done; rm -f $@.tmp
simply is *not* killingly annoying nor difficult and certainly doesn't require any extensions to make(1).
(
Log in to post comments)