Mercurial > dropbear
comparison libtommath/Makefile.in @ 665:4d9511f98462
fix out-of-tree cleaning
If we build out of tree and then run `make clean`, we hit an
infinite loop where libtommath tries to enter subdirs that don't
exist and run `make clean`.
author | Mike Frysinger <vapier@gentoo.org> |
---|---|
date | Sun, 08 Apr 2012 02:06:54 -0400 |
parents | 24b425be5718 |
children | a3bb15115816 |
comparison
equal
deleted
inserted
replaced
664:d392f5a61a48 | 665:4d9511f98462 |
---|---|
168 | 168 |
169 clean: | 169 clean: |
170 rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \ | 170 rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \ |
171 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la | 171 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la |
172 rm -rf .libs | 172 rm -rf .libs |
173 cd etc ; MAKE=${MAKE} ${MAKE} clean | 173 -cd etc && MAKE=${MAKE} ${MAKE} clean |
174 cd pics ; MAKE=${MAKE} ${MAKE} clean | 174 -cd pics && MAKE=${MAKE} ${MAKE} clean |
175 | 175 |
176 #zipup the project (take that!) | 176 #zipup the project (take that!) |
177 no_oops: clean | 177 no_oops: clean |
178 cd .. ; cvs commit | 178 cd .. ; cvs commit |
179 echo Scanning for scratch/dirty files | 179 echo Scanning for scratch/dirty files |