logs: add automake files
authorChase <nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 01:13:03 +0000 (20:13 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000 (15:34 -0600)
cde/logs/Makefile.am [new file with mode: 0644]

diff --git a/cde/logs/Makefile.am b/cde/logs/Makefile.am
new file mode 100644 (file)
index 0000000..6b18b0c
--- /dev/null
@@ -0,0 +1,10 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+all::
+       @FILES=`ls -rt | egrep -v "Makefile.am|Makefile.in|Makefile|logerr.sed" || true`; \
+       set -- $$FILES; \
+       while [ $$# -gt 10 ];do \
+       rm -rf $$1; \
+       echo "removing log file $$1"; shift; done
+
+clean::