Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

13
cde/logs/Imakefile Normal file
View File

@@ -0,0 +1,13 @@
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::

55
cde/logs/logerr.sed Normal file
View File

@@ -0,0 +1,55 @@
/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