From: Ben Collins Date: Fri, 5 Mar 1999 02:00:28 +0000 (+0000) Subject: Added veryclean-local-srv so that veryclean would be run in the slapd subdirectories X-Git-Tag: OPENLDAP_REL_ENG_1_2_1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a822b8f770964d87dd0528ddbe73181361987a;p=thirdparty%2Fopenldap.git Added veryclean-local-srv so that veryclean would be run in the slapd subdirectories --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 4eef9b39de..3477b746a2 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -99,6 +99,14 @@ clean-local-srv: FORCE fi; \ done +veryclean-local-srv: FORCE + @for i in back-* shell-backends tools; do \ + if [ -d $$i ]; then \ + echo; echo " cd $$i; $(MAKE) $(MFLAGS) clean"; \ + ( cd $$i; $(MAKE) $(MFLAGS) veryclean ); \ + fi; \ + done + install-local-srv: install-slapd install-conf install-tools install-slapd: FORCE