From: Burt Silverman Date: Fri, 27 Jan 2017 20:29:54 +0000 (-0500) Subject: Add files to CLEANFILES for robust make clean. X-Git-Tag: v17.04-rc1~300 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=006eb478bb7a14ba7ba4199fecce29ebc495fb9c;hp=006eb478bb7a14ba7ba4199fecce29ebc495fb9c;p=vpp.git Add files to CLEANFILES for robust make clean. At the least, $(BUILT_SOURCES) should be added to CLEANFILES. Also beneficial is $(api_DATA), and in the case of Java, *.files and *.h. Also there is a vpp/app/version.h, and some grammar and lex files in vppapigen. Change-Id: Ic6d3f2d40ce65e1d9a8b88217fa1f36de393ebb4 Signed-off-by: Burt Silverman ---