groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] deletion of *~ files for `make mostlyclean'


From: Bernd Warken
Subject: [Groff] deletion of *~ files for `make mostlyclean'
Date: Fri, 14 May 2004 15:36:39 +0200

So far, the files *~ generated by editors are not deleted with the cleaning 
make rules.  Not sure, whether this is really needed.  The following patch will 
do it:

--- Makefile.comm.orig  2004-03-10 07:11:56.000000000 +0100
+++ Makefile.comm       2004-05-14 15:24:12.000000000 +0200
@@ -69,6 +69,7 @@
              exit 1)

 mostlyclean:
+       -rm -f $(find -type f -name '*~')
        -rm -f $(MOSTLYCLEANFILES)
        -rm -rf $(CLEANDIRADD)
        address@hidden test `cd $(srcdir); pwd` = `pwd`; then \


Bernd Warken

_______________________________________________________________________
... and the winner is... WEB.DE FreeMail! - Deutschlands beste E-Mail
ist zum 39. Mal Testsieger (PC Praxis 03/04) http://f.web.de/?mc=021191



reply via email to

[Prev in Thread] Current Thread [Next in Thread]