[network-manager-openvpn: 10/14] build: don't clean externally created temporary files



commit 6424b78f31f1b7503f266b80c0543f2181e4e203
Author: Thomas Haller <thaller redhat com>
Date:   Sun Feb 12 12:27:41 2017 +0100

    build: don't clean externally created temporary files
    
    No need to clean files that were not created during the build process
    itself. The user should configure the editor not to create those files,
    or if he wants them, `make clean` should not remove them.

 Makefile.am |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 792d3a3..fda81d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,8 +80,6 @@ src_nm_openvpn_service_openvpn_helper_LDADD = \
        $(GLIB_LIBS) \
        $(LIBNM_LIBS)
 
-CLEANFILES += src/*~
-
 ###############################################################################
 
 plugin_sources = \
@@ -216,12 +214,6 @@ properties_libnm_openvpn_properties_la_LDFLAGS = \
        -avoid-version \
        -Wl,--version-script=$(srcdir)/properties/libnm-openvpn-properties.ver
 
-###############################################################################
-
-CLEANFILES += \
-       properties/*.bak \
-       properties/*~
-
 EXTRA_DIST += \
        properties/libnm-vpn-plugin-openvpn.ver \
        properties/libnm-vpn-plugin-openvpn-editor.ver \
@@ -331,9 +323,6 @@ auth_dialog_nm_openvpn_auth_dialog_LDADD = \
        $(LIBNMA_LIBS) \
        $(LIBSECRET_LIBS)
 
-CLEANFILES += \
-       auth-dialog/*~
-
 ###############################################################################
 
 if WITH_LIBNM_GLIB


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]