bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#26043: 25.0.93; Build Failure on OSX


From: Paul Eggert
Subject: bug#26043: 25.0.93; Build Failure on OSX
Date: Fri, 10 Mar 2017 08:36:14 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

Just in case it's not clear already, the message "sed: -: No such file or directory" comes from a portability bug in master's nt/Makefile.in. Its line 'sed -f- ${srcdir}/../lib/gnulib.mk > $@-t && \' is not portable, as POSIX says that -f's operand must be a file name, not '-'. Presumably macOS 'sed' does not support the GNU extension where 'sed -f-' reads stdin.






reply via email to

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