Date: Sun, 15 Feb 1998 01:26:56 -0800 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: Shawn Ramsey <shawn@luke.cpl.net> Cc: stable@FreeBSD.ORG Subject: Re: stable broken Message-ID: <20695.887534816@time.cdrom.com> In-Reply-To: Your message of "Sun, 15 Feb 1998 01:20:30 PST." <Pine.BSF.3.95.980215011638.4375F-100000@luke.cpl.net>
next in thread | previous in thread | raw e-mail | index | archive | help
It's more than possible to have, for example: /a/src (real sources) /usr/src -> /a/src /usr/obj (real objs) But what it looks like here is that you've got is some wild symlinks *under* the source directory which are confusing things. To continue my example, if I were to see anything other than this: root@time-> ls -l /usr/src lrwxrwxrwx 1 root wheel 6 Aug 26 08:17 /usr/src -> /a/src root@time-> ls -l /usr/src/ total 55 -rw-r--r-- 1 jkh wheel 3425 Sep 11 1994 COPYRIGHT drwxr-xr-x 2 jkh wheel 512 Feb 13 07:22 CVS -rw-r--r-- 1 root wheel 21723 Feb 7 13:45 Makefile -rw-r--r-- 1 jkh wheel 2334 Aug 19 05:47 README drwxr-xr-x 33 jkh wheel 1024 Feb 13 07:12 bin drwxr-xr-x 23 jkh wheel 512 Feb 13 07:14 contrib drwxr-xr-x 9 jkh wheel 512 Feb 13 07:14 eBones drwxr-xr-x 10 jkh wheel 1536 Feb 13 07:14 etc drwxr-xr-x 42 jkh wheel 1024 Feb 13 07:15 games drwxr-xr-x 9 jkh wheel 512 Feb 13 07:15 gnu drwxr-xr-x 7 jkh wheel 1536 Feb 7 13:51 include drwxr-xr-x 41 jkh wheel 1024 Feb 13 07:17 lib drwxr-xr-x 31 jkh wheel 1024 Feb 13 07:17 libexec drwxr-xr-x 32 jkh wheel 1024 Feb 13 07:17 lkm drwxr-xr-x 6 jkh wheel 512 Feb 13 10:50 release drwxr-xr-x 56 jkh wheel 1536 Feb 13 07:18 sbin drwxr-xr-x 6 jkh wheel 512 Feb 13 07:18 secure drwxr-xr-x 17 jkh wheel 512 Feb 13 07:19 share drwxr-xr-x 28 jkh wheel 512 Feb 13 07:19 sys drwxr-xr-x 8 jkh wheel 512 Feb 13 07:20 tools drwxr-xr-x 199 jkh wheel 3584 Feb 13 07:21 usr.bin drwxr-xr-x 109 jkh wheel 2048 Feb 13 07:22 usr.sbin Then I would consider my source tree to be hosed and in need of repair. Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20695.887534816>