aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2008-11-01 22:48:59 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2008-11-01 22:48:59 +0300
commita2af801eea032539a464116caf813c593ba0b31c (patch)
treef2c7766d00a0d165b4061a5e2225e33928cc8f44 /Makefile.in
parent2aa9c74f1c449da92f6faf870f8cc801a83bb08b (diff)
downloadrspamd-a2af801eea032539a464116caf813c593ba0b31c.tar.gz
rspamd-a2af801eea032539a464116caf813c593ba0b31c.zip
* Optimize configure by using caching of determined options (more than 2 times faster than before)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6eb3b5a40..0bb5380d0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,6 +23,7 @@ clean: clean-subdirs perl/Makefile
rm -f $(OBJDIR)/*.o $(EXEC) *core
rm -fr $(OBJDIR)
rm -f $(SRCDIR)/cfg_lex.c $(SRCDIR)/cfg_yacc.c $(SRCDIR)/cfg_yacc.h
+ rm -f config.cache
cd perl && make clean && cd ..
dist-clean: clean dist-clean-subdirs