mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

- MacOS systems do not come with makeinfo - Fix the internal build logic. There was config logic in a bset file that does not support logic operators. Use a special tmp internal path to isolate the internal tools.
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
#
|
|
# Internal GNU sed
|
|
#
|
|
|
|
%define _internal_gsed yes
|
|
%define _disable_collecting yes
|
|
%define _disable_packaging yes
|
|
%define _disable_reporting yes
|
|
%define _disable_installing yes
|
|
|
|
%include textproc/gsed.bset
|