Author: lmuelle Date: 2006-11-15 11:57:51 +0000 (Wed, 15 Nov 2006) New Revision: 683
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=683 Log: Be less verbose in the clean rules. Modified: trunk/mod_auth_ntlm_winbind/Makefile.in Changeset: Modified: trunk/mod_auth_ntlm_winbind/Makefile.in =================================================================== --- trunk/mod_auth_ntlm_winbind/Makefile.in 2006-11-15 10:57:17 UTC (rev 682) +++ trunk/mod_auth_ntlm_winbind/Makefile.in 2006-11-15 11:57:51 UTC (rev 683) @@ -58,13 +58,13 @@ # Clean targets clean: - rm -f *~ $(MOD_NTLM_WINBIND_SRC:.c=.{la,lo,o,slo}) - rm -rf $(SODIR) + @rm -f *~ $(MOD_NTLM_WINBIND_SRC:.c=.{la,lo,o,slo}) + @rm -rf $(SODIR) realclean: clean - rm -f config.log + @rm -f config.log distclean: realclean - rm -f config.h Makefile - rm -f config.status config.cache - rm -rf autom4te.cache + @rm -f config.h Makefile \ + config.status config.cache + @rm -rf autom4te.cache