mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Remove useless logs/ directory
This commit is contained in:
parent
d197b1c4bb
commit
0c42562d39
3 changed files with 1 additions and 69 deletions
|
@ -4,7 +4,7 @@ XCOMM $TOG: Imakefile /main/22 1999/01/18 10:38:29 samborn $
|
|||
|
||||
CDE_RELEASE = 2.2.0
|
||||
|
||||
SUBDIRS = config util logs include lib programs databases admin
|
||||
SUBDIRS = config util include lib programs databases admin
|
||||
DOCSUBDIRS = config doc
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
|
|
|
@ -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,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…
Reference in a new issue