summaryrefslogtreecommitdiff
path: root/lndir.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:55 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:55 +0000
commitb96620a470833dc5873d42c4f0d83d17d3f0b0c4 (patch)
treef0d39307964d0995239ae2bd387ddf8710bb324e /lndir.c
parentba4718fc199b7132d4adba7255b34ba3ce3f3c3b (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'lndir.c')
-rw-r--r--lndir.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/lndir.c b/lndir.c
index 05b5df5..9d06a4e 100644
--- a/lndir.c
+++ b/lndir.c
@@ -26,14 +26,14 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/util/lndir.c,v 3.17 2002/10/07 15:28:51 tsi Exp $ */
+/* $XFree86: xc/config/util/lndir.c,v 3.18 2003/06/24 15:44:45 eich Exp $ */
/* From the original /bin/sh script:
Used to create a copy of the a directory tree that has links for all
- non-directories (except, by default, those named RCS, SCCS or CVS.adm).
- If you are building the distribution on more than one machine, you
- should use this technique.
+ non-directories (except, by default, those named BitKeeper, RCS, SCCS
+ or CVS.adm). If you are building the distribution on more than one
+ machine, you should use this technique.
If your master sources are located in /usr/local/src/X and you would like
your link tree to be in /usr/local/src/new-X, do the following:
@@ -212,6 +212,8 @@ dodir (char *fn, /* name of "from" directory, either absolute or
dp->d_name[2] == '\0')))
continue;
if (!with_revinfo) {
+ if (!strcmp (dp->d_name, "BitKeeper"))
+ continue;
if (!strcmp (dp->d_name, "RCS"))
continue;
if (!strcmp (dp->d_name, "SCCS"))