Get rid of ancient, useless logs/ subdir
This commit is contained in:
@@ -8,5 +8,5 @@ MAINTAINERCLEANFILES = Makefile.in \
|
||||
config.h.in \
|
||||
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
|
||||
Reference in New Issue
Block a user