[Xorg-commit] xc/config/cf ibm.cf,1.1.4.2,1.1.4.3

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Fri Dec 19 00:09:51 EET 2003


Committed by: kaleb

Update of /cvs/xorg/xc/config/cf
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/config/cf

Modified Files:
      Tag: XORG-CURRENT
	ibm.cf 
Log Message:
The number of font files has grown large and IBM's /usr/bin/rm can't handle
long lists of files. Unfortunately I didn't catch this previously because 
the clean at the beginning of the build happens when there are no files yet.


Index: ibm.cf
===================================================================
RCS file: /cvs/xorg/xc/config/cf/ibm.cf,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- ibm.cf	15 Dec 2003 16:42:40 -0000	1.1.4.2
+++ ibm.cf	18 Dec 2003 22:09:49 -0000	1.1.4.3
@@ -1,5 +1,5 @@
-XCOMM platform:  $Xorg: ibm.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
 XCOMM platform:  $XdotOrg$
+XCOMM platform:  $Xorg: ibm.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
 
 #ifndef OSName
 # define OSName		DefaultOSName
@@ -21,6 +21,8 @@
 #endif
 XCOMM operating system:  OSName (OSMajorVersion.OSMinorVersion.OSTeenyVersion)
 
+#define RemoveFiles(files) for f in files; do RemoveFile($$f); done
+
 #if (OSMajorVersion > 4)
 #  define HasSnprintf YES
 #  define HasStrcasecmp	YES





More information about the xorg-commit mailing list