[epiphany/wip/autocrap: 32/37] Don't list the same files in multiple clean targets



commit 0b0dd9c9212abda612b0ba92306f4288b6f36c19
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jun 29 18:33:09 2015 -0500

    Don't list the same files in multiple clean targets
    
    Distclean also deletes files that would be deleted by normal clean,
    maintainerclean also deletes files that would be deleted by distclean,
    and clean also deletes files that are deleted by poor forgotten
    mostlyclean.

 embed/Makefile.am         |    2 --
 lib/Makefile.am           |    2 --
 lib/history/Makefile.am   |    2 --
 lib/widgets/Makefile.am   |    2 --
 src/Makefile.am           |    2 --
 src/bookmarks/Makefile.am |    2 --
 6 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/embed/Makefile.am b/embed/Makefile.am
index 09532a0..cbfe392 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -73,8 +73,6 @@ libephyembed_la_CFLAGS = \
        $(AM_CFLAGS)
 
 CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
 
 stamp_files = \
        stamp-ephy-embed-type-builtins.c        \
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1c8e3ee..df5d07e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -135,8 +135,6 @@ BUILT_SOURCES = \
        ephy-lib-type-builtins.h
 
 CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
 
 stamp_files = \
        stamp-ephy-lib-type-builtins.c  \
diff --git a/lib/history/Makefile.am b/lib/history/Makefile.am
index 4b7ce75..cccfd27 100644
--- a/lib/history/Makefile.am
+++ b/lib/history/Makefile.am
@@ -35,8 +35,6 @@ BUILT_SOURCES = \
        ephy-history-type-builtins.h
 
 CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
 
 stamp_files = \
        stamp-ephy-history-type-builtins.c      \
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index c535600..383432a 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -11,8 +11,6 @@ TYPES_H_FILES = \
        ephy-location-entry.h
 
 CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
 
 stamp_files = \
        stamp-ephy-widgets-type-builtins.c      \
diff --git a/src/Makefile.am b/src/Makefile.am
index 6fe496f..342e3b0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -271,7 +271,5 @@ $(dbus_shell_search_provider_built_sources) : Makefile.am $(srcdir)/org.gnome.Sh
                $(NULL)
 
 CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
 
 -include $(top_srcdir)/git.mk
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 2f9637d..46e3da8 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -116,7 +116,5 @@ libephybookmarks_la_CFLAGS = \
 libephybookmarks_la_LIBADD =
 
 CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
-MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
 
 -include $(top_srcdir)/git.mk


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