Browse Source

Get rid of ancient, useless logs/ subdir

Jon Trulson 4 years ago
parent
commit
4b8a65e884
4 changed files with 1 additions and 79 deletions
  1. 1 1
      cde/Makefile.am
  2. 0 13
      cde/logs/Imakefile
  3. 0 10
      cde/logs/Makefile.am
  4. 0 55
      cde/logs/logerr.sed

+ 1 - 1
cde/Makefile.am

@@ -8,5 +8,5 @@ MAINTAINERCLEANFILES = Makefile.in \
 		config.h.in \
 		install-sh
 
-SUBDIRS = lib logs programs doc
+SUBDIRS = lib programs doc
 

+ 0 - 13
cde/logs/Imakefile

@@ -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::

+ 0 - 10
cde/logs/Makefile.am

@@ -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::

+ 0 - 55
cde/logs/logerr.sed

@@ -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