build: split of BUILT_SOURCES cleanup from CLEANFILES
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 29 Jun 2017 09:37:29 +0000 (11:37 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 29 Jun 2017 10:45:29 +0000 (12:45 +0200)
commita8d41831d7ed44ad92725f6cf0c51935e15ae652
treef33fa488d1105690e8c6a1802e28e77aebc27b00
parenta7da9272c8ac18c4aa595db807b6ee81f96403ad
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.
src/Makefile.am