mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +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…
Reference in a new issue