mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-18 23:38:14 +00:00
libc/newlib: allow using CVS snapshots
The newlib "team" rolls new releases about once a year (december). This is quite a long time between releases, in case code was fixed. So, allow user to use a CVS snapshot to benefit early from fixes and enhancements to newlib.
This commit is contained in:
@ -503,8 +503,8 @@ CT_GetCVS() {
|
||||
if [ -n "${dirname}" ]; then
|
||||
case "${dirname}" in
|
||||
*=*)
|
||||
CT_DoExecLog DEBUG mv "${dirname%%=*}" "${dirname#*=}"
|
||||
CT_DoExecLog ALL tar cjf "${CT_TARBALLS_DIR}/${basename}.tar.bz2" "${dirname#*=}"
|
||||
CT_DoExecLog DEBUG mv "${dirname#*=}" "${dirname%%=*}"
|
||||
CT_DoExecLog ALL tar cjf "${CT_TARBALLS_DIR}/${basename}.tar.bz2" "${dirname%%=*}"
|
||||
;;
|
||||
*)
|
||||
CT_DoExecLog ALL mv "${module}" "${dirname}"
|
||||
|
Reference in New Issue
Block a user