From 308c1bbd34643699395e29e92b32f2c239031fe1 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mar 03 2015 18:48:07 +0000 Subject: Ticket 48111 - "make clean" wipes out original files Description: BUILD: Do not remove files in git/tarball with make clean make clean removed following files which are stored in git ldap/admin/src/scripts/dbmon.sh ldap/ldif/50replication-plugins.ldif ldap/ldif/90betxn-plugins.ldif ldap/ldif/50posix-winsync-plugin.ldif The following make fails with: make[1]: * No rule to make target ldap/admin/src/scripts/dbmon.sh', needed by all-am'. Stop. https://fedorahosted.org/389/ticket/48111 Signed-off-by: Lukas Slebodnik --- diff --git a/Makefile.am b/Makefile.am index 17aadff..0d383c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,7 +114,6 @@ CLEANFILES = dberrstrs.h ns-slapd.properties \ ldap/admin/src/scripts/template-vlvindex ldap/admin/src/scripts/DSUtil.pm \ ldap/ldif/template-baseacis.ldif ldap/ldif/template-bitwise.ldif ldap/ldif/template-country.ldif \ ldap/ldif/template-dnaplugin.ldif ldap/ldif/template-domain.ldif ldap/ldif/template-dse.ldif \ - ldap/ldif/50replication-plugins.ldif ldap/ldif/90betxn-plugins.ldif \ ldap/ldif/template-ldapi-autobind.ldif ldap/ldif/template-ldapi-default.ldif \ ldap/ldif/template-ldapi.ldif ldap/ldif/template-locality.ldif ldap/ldif/template-org.ldif \ ldap/ldif/template-orgunit.ldif ldap/ldif/template-pampta.ldif ldap/ldif/template-sasl.ldif \ @@ -135,8 +134,7 @@ CLEANFILES = dberrstrs.h ns-slapd.properties \ ldap/admin/src/scripts/schema-reload.pl ldap/admin/src/scripts/syntax-validate.pl \ ldap/admin/src/scripts/usn-tombstone-cleanup.pl ldap/admin/src/scripts/verify-db.pl \ ldap/admin/src/scripts/dbverify \ - ldap/admin/src/scripts/dbmon.sh \ - $(POSIX_WINSYNC_PLUGIN_LDIF) + $(NULL) clean-local: -rm -rf dist diff --git a/Makefile.in b/Makefile.in index dff7462..f1e36d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1586,7 +1586,6 @@ CLEANFILES = dberrstrs.h ns-slapd.properties \ ldap/admin/src/scripts/template-vlvindex ldap/admin/src/scripts/DSUtil.pm \ ldap/ldif/template-baseacis.ldif ldap/ldif/template-bitwise.ldif ldap/ldif/template-country.ldif \ ldap/ldif/template-dnaplugin.ldif ldap/ldif/template-domain.ldif ldap/ldif/template-dse.ldif \ - ldap/ldif/50replication-plugins.ldif ldap/ldif/90betxn-plugins.ldif \ ldap/ldif/template-ldapi-autobind.ldif ldap/ldif/template-ldapi-default.ldif \ ldap/ldif/template-ldapi.ldif ldap/ldif/template-locality.ldif ldap/ldif/template-org.ldif \ ldap/ldif/template-orgunit.ldif ldap/ldif/template-pampta.ldif ldap/ldif/template-sasl.ldif \ @@ -1607,8 +1606,7 @@ CLEANFILES = dberrstrs.h ns-slapd.properties \ ldap/admin/src/scripts/schema-reload.pl ldap/admin/src/scripts/syntax-validate.pl \ ldap/admin/src/scripts/usn-tombstone-cleanup.pl ldap/admin/src/scripts/verify-db.pl \ ldap/admin/src/scripts/dbverify \ - ldap/admin/src/scripts/dbmon.sh \ - $(POSIX_WINSYNC_PLUGIN_LDIF) + $(NULL) taskdir = $(datadir)@scripttemplatedir@ systemdsystemunitdir = @with_systemdsystemunitdir@