mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
logs: add automake files
This commit is contained in:
parent
500b30b2b3
commit
519ed266a8
1 changed files with 10 additions and 0 deletions
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::
|
Loading…
Add table
Add a link
Reference in a new issue