summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-06-29 11:37:29 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-06-29 12:45:29 +0200
commita8d41831d7ed44ad92725f6cf0c51935e15ae652 (patch)
treef33fa488d1105690e8c6a1802e28e77aebc27b00
parenta7da9272c8ac18c4aa595db807b6ee81f96403ad (diff)
downloadefl-a8d41831d7ed44ad92725f6cf0c51935e15ae652.tar.gz
build: split of BUILT_SOURCES cleanup from CLEANFILES
This was another instance of the arguments list to long problem when the file list of CLEANFILES got to long. During distclean the cleanup failed and left tons of files sitting around. We rm these files in our own local clean rule now.
-rw-r--r--src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3231cd9266..48b00273b7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -96,9 +96,6 @@ endif
include Makefile_Eolian_Js.am
include Makefile_Efl_Js.am
-# Make sure all generated files getting cleaned up
-CLEANFILES += $(BUILT_SOURCES)
-
.PHONY: benchmark examples
BENCHMARK_SUBDIRS = \
@@ -186,6 +183,7 @@ clean-local:
find . -type f -name check-results.xml -delete
rm -f $(GENERATED_JS_BINDINGS)
rm -f $(GENERATED_LUA_BINDINGS)
+ rm -f $(BUILT_SOURCES)
install-exec-hook:
$(MKDIR_P) $(DESTDIR)$(libdir)