[tex-live] make clean

Sebastian Rahtz sebastian.rahtz@computing-services.oxford.ac.uk
20 Nov 2002 22:49:35 +0000


> 
> 	p4 sync somedate
> 	reconfigure
> 	make clean
> 	make install
> 	p4 sync someotherdate
> 	reconfigure
> 	make clean
> 	make install

I'd do
 p4 sync somedate
 configure
 make XXX
 rm -rf *
 p4 sync -f someotherdate
 configure
 make XXX

in my simple-minded way....
-- 
Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>