[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep make Solaris 2.8 glitch
From: |
Nicola Pero |
Subject: |
Re: GNUstep make Solaris 2.8 glitch |
Date: |
Tue, 25 Jun 2002 11:19:23 +0100 (BST) |
> It may be that the only portable way to test for symbolic links would be
> to process the output
> of 'ls -l' ... something like "ls -l $1 | grep -q '^l'"
Thanks
Uff - yes - that should work - but it is going to be very slow - don't
want that code on my machine :-)
I assume we would then define a makefile variable to hold the command used
to test if something is a symbolic link ... normally we would define it to
be 'test -L', but on solaris 2.8 we would define it to be something of the
kind that you suggest.
- Re: GNUstep make Solaris 2.8 glitch, Nicola Pero, 2002/06/22
- Re: GNUstep make Solaris 2.8 glitch, Adam Fedor, 2002/06/24
- Re: GNUstep make Solaris 2.8 glitch, Richard Frith-Macdonald, 2002/06/25
- Re: GNUstep make Solaris 2.8 glitch,
Nicola Pero <=
- Re: GNUstep make Solaris 2.8 glitch, Nicola Pero, 2002/06/25
- Re: GNUstep make Solaris 2.8 glitch, Markus Hitter, 2002/06/25
- Re: GNUstep make Solaris 2.8 glitch, Nicola Pero, 2002/06/27
- Re: GNUstep make Solaris 2.8 glitch, Chris B . Vetter, 2002/06/27
- Re: GNUstep make Solaris 2.8 glitch, Marcus Müller, 2002/06/27
- Re: GNUstep make Solaris 2.8 glitch, Chris B . Vetter, 2002/06/27
- Re: GNUstep make Solaris 2.8 glitch, Pascal Bourguignon, 2002/06/27