Author: lmuelle
Date: 2006-11-14 16:18:30 +0000 (Tue, 14 Nov 2006)
New Revision: 675

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=675

Log:
Trim the clean targets a bit.
Ignore autom4te.cache sub dir.

Modified:
   trunk/mod_ntlm_winbind/
   trunk/mod_ntlm_winbind/Makefile.in


Changeset:

Property changes on: trunk/mod_ntlm_winbind
___________________________________________________________________
Name: svn:ignore
   - config.guess
config.sub
build-stamp
config.log
Makefile
.libs
config.cache
config.status
*.slo
configure
*.loT

   + autom4te.cache
config.guess
config.sub
build-stamp
config.log
Makefile
.libs
config.cache
config.status
*.slo
configure
*.loT


Modified: trunk/mod_ntlm_winbind/Makefile.in
===================================================================
--- trunk/mod_ntlm_winbind/Makefile.in  2006-11-14 16:06:56 UTC (rev 674)
+++ trunk/mod_ntlm_winbind/Makefile.in  2006-11-14 16:18:30 UTC (rev 675)
@@ -20,7 +20,8 @@
 
 # Clean targets
 clean:
-       rm -f *~ $(SODIR)mod_auth_ntlm_winbind.so $(MOD_NTLM_WINBIND_SRC:.c=.o)
+       rm -f *~ $(MOD_NTLM_WINBIND_SRC:.c=.{la,lo,o,slo})
+       rm -rf $(SODIR)
 
 realclean: clean
        rm -f config.log
@@ -28,3 +29,4 @@
 distclean: realclean
        rm -f config.h Makefile
        rm -f config.status config.cache
+       rm -rf autom4te.cache

Reply via email to