bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/23653] lib/Makefile is not portable


From: andreast at gcc dot gnu dot org
Subject: [Bug classpath/23653] lib/Makefile is not portable
Date: 1 Sep 2005 21:35:44 -0000

------- Additional Comments From andreast at gcc dot gnu dot org  2005-09-01 
21:35 -------
I tried 

'find . META-INF -name "CVS" -prune -o -type f -print'
 
on both, solaris and linux, for me it gives the same output as 

'find . META-INF -path \*/CVS  -prune -o -type f -print' on linux.

But maybe I miss a point ?

Btw, sparc solaris10.

On the otherhand, my build did not fail, I only saw the warning.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23653




reply via email to

[Prev in Thread] Current Thread [Next in Thread]