[syslinux] SYSLINUX 3.50-pre14 pushed out; adds INCLUDE support

Luciano Rocha strange at nsk.no-ip.org
Wed May 23 08:49:32 PDT 2007


On Wed, May 23, 2007 at 06:50:59AM -0700, H. Peter Anvin wrote:
> H. Peter Anvin wrote:
> > BuraphaLinux Server wrote:
> >> My english is bad; normal perms are 0666, after a build as root of
> >> syslinux 3.50-pre15 they were 0777.  Why does the build do any chmod
> >> on /dev/null anyway?
> > 
> > Probably because /dev/null is being invoked as -o /dev/null somewhere
> > (and because you're building as root.)
> 
> Ah, yes.  It's the bloody gcc_ok macro which does it, and any attempt I
> have made to fix it fails for unexplained reasons.
> 
> I don't have time to dig into this.  Help would be appreciated; the
> Makefiles are a mess.

perl -pi -e 's!-o /dev/null!-o /dev/stderr!g' `find . -name Makefile -o
-name MCONFIG` did it for me.

But the previous version only changed the permissions of /dev/null, not
the file type as  Genaldo reported. So the safest version, but specific
to linux, would be to change to /proc/self/fd/2 instead.

-- 
lfr
0/0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://www.zytor.com/pipermail/syslinux/attachments/20070523/52c4dd63/attachment.sig>


More information about the Syslinux mailing list