projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500b30b
)
logs: add automake files
author
Chase
<nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 01:13:03 +0000
(20:13 -0500)
committer
Jon Trulson
<jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000
(15:34 -0600)
cde/logs/Makefile.am
[new file with mode: 0644]
patch
|
blob
diff --git a/cde/logs/Makefile.am
b/cde/logs/Makefile.am
new file mode 100644
(file)
index 0000000..
6b18b0c
--- /dev/null
+++ b/
cde/logs/Makefile.am
@@ -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::