bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #24737] generated Makefile broken under Solaris


From: anonymous
Subject: [bug #24737] generated Makefile broken under Solaris
Date: Mon, 03 Nov 2008 13:32:51 +0000
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.16) Gecko/20080717 Firefox/2.0.0.16

URL:
  <http://savannah.gnu.org/bugs/?24737>

                 Summary: generated Makefile broken under Solaris
                 Project: GNU Core Utilities
            Submitted by: None
            Submitted on: Mo 03 Nov 2008 13:32:50 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Release 6.12 added the "tr" to this line in the configure script:

MAN=`echo "$optional_bin_progs "|sed 's/ /.1 /g;s/ $//'|tr -d '\\015\\012'`

Under Solaris, the generated Makefile contains this:

MAN = uname.1
chroot.1
hostid.1
nice.1
who.1
users.1
pinky.1
uptime.1
stty.1
df.1

chcon.1
chgrp.1
chown.1
chmod.1
cp.1
dd.1
dircolors.1
du.1
\.1
install.1
link.1
ln.1


... and so on, instead of this

MAN = uname.1 chroot.1 hostid.1 nice.1 who.1 users.1 pinky.1 uptime.1 stty.1
df.1  chcon.1 chgrp.1 chown.1 chmod.1 cp.1 dd.1 dircolors.1 du.1 install.1
link.1 ln.1

... and so on. make (Solaris, Gnu and BSD) fails immediatly.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24737>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]