chiark / gitweb /
Only retry connect on EINTR.
[userv.git] / Makefile.in
index a6d5e4641ad0d80f3724aecf0feeb9298cd2129b..07072bb0bbcae4fea107ff9d2075b4a155d63765 100644 (file)
@@ -104,20 +104,24 @@ autoconf configure:
                autoconf
 
 clean:
-               rm -f daemon client lexer.l lexer.c tokens.h pcsum.h
-               rm -f overview.eps overview.ps
+               rm -f daemon client pcsum.h
+               rm -f overview.eps
                rm -f spec.lout* spec.text* spec.sgml?* spec.ps?*
                rm -rf spec.html?*
-               rm -f lout.li *.lix *.ldx
+               rm -f lout.li *.lix *.ldx config.cache
                rm -f *.o *~ core ./#*#
 
 distclean:     clean
                rm -f config.status config.log Makefile config.h
 
 realclean:     distclean
-               rm -f configure config.h.in spec.ps* spec.sgml*
+               rm -f spec.ps* spec.sgml*
+               rm -f lexer.l lexer.c tokens.h overview.ps
                rm -rf spec.html*
 
+totalclean:    realclean
+               rm -f configure config.h.in
+
 shipprep:      $(SHIPTARGETS)
 
 ship:          $(SHIPTARGETS)