freebsd-src/usr.bin/sort
Warner Losh bd234c0d4c sort: Only build FreeBSD-specific ALTMON_x stuff when ATLMON_1 is defined
On MacOS, we bootstrap sort. Since ALTMON_* are not defined there, the
build blows up. Since we don't need this feature for the FreeBSD build
process, and since we won't use it unless we actually install the NL
files that have this data in it, just #ifdef it out for now. In the
extremely unlikely event that the FreeBSD bootstrap/build process grows
this dependency, we can evaluate the best solution then (which most
likely is going to be not depend on the local's month names).

Fixes:			3d44dce90a (MacOS builds and github CI)
Sponsored by:		Netflix
Reviewed by:		jrtc27, jlduran@gmail.com, markj
Differential Revision:	https://reviews.freebsd.org/D42868
2023-12-07 13:42:52 -07:00
..
tests sort: test against all month formats in month-sort 2023-12-01 02:30:10 +02:00
bwstring.c sort: Only build FreeBSD-specific ALTMON_x stuff when ATLMON_1 is defined 2023-12-07 13:42:52 -07:00
bwstring.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
coll.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
coll.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
file.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
file.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend.options Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
mem.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
mem.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
radixsort.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
radixsort.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
sort.1.in sort: test against all month formats in month-sort 2023-12-01 02:30:10 +02:00
sort.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
sort.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
vsort.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
vsort.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00