mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Add support for GIT.
The git module allows basic access to git. Hosts are now required to provide git support. The defaults module now returns options as a list split on '='.
This commit is contained in:
@@ -59,6 +59,7 @@ def load():
|
||||
'_smp_mflags': ('none', 'none', smp_mflags),
|
||||
'__bash': ('exe', 'optional', '/usr/local/bin/bash'),
|
||||
'__bison': ('exe', 'required', '/usr/local/bin/bison'),
|
||||
'__git': ('exe', 'required', '/usr/local/bin/git'),
|
||||
'__xz': ('exe', 'optional', '/usr/bin/xz'),
|
||||
'__make': ('exe', 'required', 'gmake')
|
||||
}
|
||||
|
Reference in New Issue
Block a user