mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-02 09:07:58 +00:00
51a3606b17
In that case, CT_GetCustom just creates a symlink to the original. In that case, 'cp -a <path> .' gives an error and 'cp -a <path> <newdir>' creates <newdir> as a symlink (which will then run the build inside the shared directory, .build/src/<package>). Signed-off-by: Alexey Neyman <stilor@att.net>