logs: add automake files
This commit is contained in:
10
cde/logs/Makefile.am
Normal file
10
cde/logs/Makefile.am
Normal file
@@ -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::
|
||||
Reference in New Issue
Block a user