From 2096b36411ded686cf1c5497eb4ce2ec2bcdf09a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 28 Jan 2007 01:05:47 +0000 Subject: r21038: Move commands to distclean target (This used to be commit 6713945fbab2df5b695c11df623f16d0abd1a772) --- source4/main.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index 788b6b2efb5..45671c62233 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -273,6 +273,7 @@ distclean: clean -rm -f config.status -rm -f config.log config.cache -rm -f config.pm config.mk + -rm -rf webapps/qooxdoo-*-sdk/frontend/framework/.cache -rm -f $(PC_FILES) removebackup: @@ -284,6 +285,7 @@ realdistclean: distclean removebackup -rm -f configure -rm -f $(MANPAGES) +check:: test test: $(DEFAULT_TEST_TARGET) SELFTEST = builddir=$(builddir) srcdir=$(srcdir) \ -- cgit v1.2.1