This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: .cvsignore files in glibc


On Wed, Apr 26, 2000 at 07:39:37AM +0200, Andreas Jaeger wrote:
> >>>>> Jakub Jelinek writes:
> 
>  > Hi!
>  > Is it intentional that .cvsignore files in the glibc tree list among other
>  > things even files/directories which are included in the CVS tree?
> 
>  > I glibc/linuxthreads
>  > I glibc/crypt/ChangeLog.old
>  > I glibc/po/header.pot
>  > I glibc/po/libc.pot
>  > I glibc/posix/glob/ChangeLog
>  > I glibc/sysdeps/unix/bsd/osf/=dirstream.h
> 
>  > If not, I can provide a patch. It quite complicates things because one has
>  > to remember to kill all .cvsignore files before doing cvs import from cvs
>  > export.
> 
> I guess this is an oversight since e.g. linuxthreads was not from the
> beginning in cvs.  Please send a patch.

Something like this. I wonder if =dirstream.h shouldn't be removed as well
(I believe nothing uses it anyway, it does not get installed nor distributed
either).
The only uncovered file then is ChangeLog.old which is ignored by default by
CVS. Can we rename that file, say to ChangeLog.1?

2000-04-26  Jakub Jelinek  <jakub@redhat.com>

	* .cvsignore: Remove linuxthreads.
	* po/.cvsignore: Remove *.pot.
	* posix/glob/.cvsignore: Removed.
	* sysdeps/unix/bsd/osf/.cvsignore: Removed.

--- libc/.cvsignore.jj	Wed Apr 26 07:45:16 2000
+++ libc/.cvsignore	Wed Apr 26 07:45:45 2000
@@ -19,8 +19,6 @@ analysis
 docs
 releases
 
-linuxthreads
-
 libc.prj .libc.prcs_aux
 libc.proj .snprj
 
--- libc/po/.cvsignore.jj	Wed Apr 26 07:45:54 2000
+++ libc/po/.cvsignore	Wed Apr 26 07:46:12 2000
@@ -1,2 +1,2 @@
-[a-z]*.pot *.mo
+*.mo
 ttt
--- libc/posix/glob/.cvsignore.jj	Fri Feb 17 21:33:33 1995
+++ libc/posix/glob/.cvsignore	Wed Apr 26 09:27:29 2000
@@ -1 +0,0 @@
-ChangeLog
--- libc/sysdeps/unix/bsd/osf/.cvsignore.jj	Wed Mar 19 13:48:14 1997
+++ libc/sysdeps/unix/bsd/osf/.cvsignore	Wed Apr 26 10:11:44 2000
@@ -1 +0,0 @@
-=*

	Jakub

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]