mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
print/texinfo: Add texinfo package
- 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.
This commit is contained in:
@@ -109,6 +109,7 @@ _docdir: dir, none, '%{_defaultdocdir}'
|
||||
_tmppath: dir, none, '%{_topdir}/build/tmp'
|
||||
_tmproot: dir, none, '%{_tmppath}/sb-%{_uid}/%{_bset_tmp}'
|
||||
_tmpcxcroot: dir, none, '%{_tmppath}/sb-%{_uid}-cxc/%{_bset_tmp}'
|
||||
_tmpinternal: dir, none, '%{_tmppath}/sb-%{_uid}-internal'
|
||||
_datadir: dir, none, '%{_prefix}/share'
|
||||
_defaultdocdir: dir, none, '%{_prefix}/share/doc'
|
||||
_dry_run: none, none, '0'
|
||||
@@ -131,7 +132,7 @@ _infodir: dir, none, '%{_datarootdir}/info'
|
||||
_localedir: dir, none, '%{_datarootdir}/locale'
|
||||
_localedir: dir, none, '%{_datadir}/locale'
|
||||
_localstatedir: dir, none, '%{_prefix}/var'
|
||||
_pathprepend: none, none, ''
|
||||
_pathprepend: none, none, '%{_tmpinternal}/bin'
|
||||
_pathpostpend: none, none, ''
|
||||
_prefix: dir, none, '%{_usr}'
|
||||
_usr: dir, none, '/usr/local'
|
||||
@@ -179,7 +180,7 @@ __ld: exe, required, '/usr/bin/ld'
|
||||
__ldconfig: exe, required, '/sbin/ldconfig'
|
||||
__ln_s: exe, none, 'ln -s'
|
||||
__make: exe, required, 'make'
|
||||
__makeinfo: exe, required, '/usr/bin/makeinfo'
|
||||
__makeinfo: exe, optional, '/usr/bin/makeinfo'
|
||||
__mkdir: exe, required, '/bin/mkdir'
|
||||
__mkdir_p: exe, none, '/bin/mkdir -p'
|
||||
__mv: exe, required, '/bin/mv'
|
||||
|
Reference in New Issue
Block a user