This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Make sure gdb-cfg.texi is created


On Fri, May 09, 2003 at 03:32:06PM -0400, Daniel Jacobowitz wrote:
> On Fri, May 09, 2003 at 12:24:34PM -0700, H. J. Lu wrote:
> > My gdb source tree is created with relative symlinks. ln -s won't work
> > with them. Here is a patch to make sure gdb-cfg.texi is created.
> 
> That patch doesn't make sense.  You're saying that ln -s can succeed
> when test -e would fail?
> 

I got

# bash
# ln -s "doesn't exist" foo || echo bad
# test -e foo || echo "doesn't exist"
doesn't exist


H.J.


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