Gotta reply to the list, not me. Harold
> -----Original Message----- > From: ...2�... [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 17, 2002 10:02 PM > To: Harold L Hunt > Subject: Re: broken lndir so cant build tree > > > lndir still, and always had, made a bunch of links regardless of the arg. > but either ive failed to d/ from cvs properly or lndir is traversing and > stopping somewhere it shouldnt. is there anyway to double check i > have the correct source tree to begin with? i try cvs update -d > all the time. > > dan > > <snip> > swan@BRONCO ~/x-devel/build > $ rm std/ -rf > > swan@BRONCO ~/x-devel/build > $ mkdir std > > swan@BRONCO ~/x-devel/build > $ cd std/ > > swan@BRONCO ~/x-devel/build/std > $ lndir.exe /home/swan/x-devel/xc > ..: File exists > > swan@BRONCO ~/x-devel/build/std > $ ls > CVS Makefile config fonts programs > INSTALL-X.org RELNOTES cvs-update.log include registry > Imakefile RELNOTES-X.org doc lib util > LABEL bug-report extras nls workInProgress > > swan@BRONCO ~/x-devel/build/std > $ make World > World.log 2>&1 > > swan@BRONCO ~/x-devel/build/std > $ tail World.log > make[2]: Entering directory `/home/swan/x-devel/xc/fonts' > make[2]: *** No rule to make target `clean'. Stop. > make[2]: Leaving directory `/home/swan/x-devel/xc/fonts' > cleaning in ./doc... > make[2]: Entering directory `/home/swan/x-devel/xc/doc' > make[2]: *** No rule to make target `clean'. Stop. > make[2]: Leaving directory `/home/swan/x-devel/xc/doc' > make[1]: *** [clean] Error 2 > make[1]: Leaving directory `/home/swan/x-devel/build/std' > make: *** [World] Error 2 > > swan@BRONCO ~/x-devel/build/std > $ which lndir > /usr/bin/lndir > > </snip> > > ----- Original Message ----- > From: "Harold L Hunt" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 17, 2002 11:29 PM > Subject: Re: broken lndir so cant build tree > > > > Dan, > > > > > thanks for the idea, but im getting the same behaviour with that also. > > > > You did remember to copy lndir.exe to /usr/bin or wherever you > copied the > last > > lndir.exe to, right? > > > > If so, then just go ahead and specify a full path, such as > > lndir /home/dan/x-devel/xc > > > > Hope that helps, > > > > Harold > > > > >
