mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Get rid of ancient, useless logs/ subdir
This commit is contained in:
parent
001bde0008
commit
4b8a65e884
4 changed files with 1 additions and 79 deletions
|
@ -8,5 +8,5 @@ MAINTAINERCLEANFILES = Makefile.in \
|
||||||
config.h.in \
|
config.h.in \
|
||||||
install-sh
|
install-sh
|
||||||
|
|
||||||
SUBDIRS = lib logs programs doc
|
SUBDIRS = lib programs doc
|
||||||
|
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/5 1996/01/13 15:15:46 drk $
|
|
||||||
all::
|
|
||||||
@FILES=`ls -rt | egrep -v "Imakefile|Makefile|logerr.sed" || true`; \
|
|
||||||
set -- $$FILES; \
|
|
||||||
while [ $$# -gt 10 ];do \
|
|
||||||
rm -rf $$1; \
|
|
||||||
echo "removing log file $$1"; shift; done
|
|
||||||
|
|
||||||
includes::
|
|
||||||
|
|
||||||
depend::
|
|
||||||
|
|
||||||
clean::
|
|
|
@ -1,10 +0,0 @@
|
||||||
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::
|
|
|
@ -1,55 +0,0 @@
|
||||||
/cleaning/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/including/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/depending/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/making/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/installing/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/{^A-Za-z]make:/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/{^A-Za-z]ld:/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/{^A-Za-z]cc:/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/{^A-Za-z]cp:/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/{^A-Za-z]gencat:/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/{^A-Za-z]mv:/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/{^A-Za-z]rm:/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/[^-._A-Za-z][Ee][Rr][Rr][Oo][Rr][^-._A-Za-z]/ {
|
|
||||||
p
|
|
||||||
b eof
|
|
||||||
}
|
|
||||||
/couldn't set locale/h
|
|
||||||
/making/g
|
|
||||||
:eof
|
|
Loading…
Add table
Add a link
Reference in a new issue