NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/37678: sort in build scripts is not POSIX friendly for cross-compilation
The following reply was made to PR toolchain/37678; it has been noted by GNATS.
From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost, netbsd-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/37678: sort in build scripts is not POSIX friendly
for cross-compilation
Date: Sun, 6 Jan 2008 23:28:51 +0200
[changing from sort with traditional "+" and "-" options
to POSIX-style "-k" options]:
> Index: src/bin/ksh/siglist.sh
The sort command was changed in revision 1.3, dated 2006-06-27, and that
change is in -current and in netbsd-4. The change is not in netbsd-3.
Are you asking for the change to be pulled up to the netbsd-3 branch?
> Index: src/dist/ntp/scripts/ntp-close
This script is not used during the build, and is not installed. I don't
think it's necessary to change the sort command.
> Index: src/games/fortune/datfiles/fortunes2
This is a fortune file. The sort command is printed in an attempt at
humour; it's never executed. I don't think it's necessary to change the
sort command.
> Index: src/gnu/dist/toolchain/contrib/compare_tests
The entire gnu/dist/toolchain directory doesn't exist in -current or in
netbsd-4. The file src/gnu/dist/toolchain/contrib/compare_tests does
exist in the netbsd-3 branch, but as far as I can tell (without actually
building the netbsd-3 branch) this script is not executed during a
build. I don't think it's necessary to change the sort command.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index