mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Adjust FileClone on Linux to copy symlinks, instead of copying the symlink's target.
[SVN r20171]
This commit is contained in:
@@ -344,6 +344,9 @@ else if $(UNIX)
|
||||
case IRIX :
|
||||
RANLIB ?= "" ;
|
||||
|
||||
case LINUX :
|
||||
CLONE ?= cp -fpd ;
|
||||
|
||||
case MPEIX :
|
||||
HDRS += /usr/include ;
|
||||
RANLIB ?= "" ;
|
||||
|
||||
@@ -344,6 +344,9 @@ else if $(UNIX)
|
||||
case IRIX :
|
||||
RANLIB ?= "" ;
|
||||
|
||||
case LINUX :
|
||||
CLONE ?= cp -fpd ;
|
||||
|
||||
case MPEIX :
|
||||
HDRS += /usr/include ;
|
||||
RANLIB ?= "" ;
|
||||
|
||||
Reference in New Issue
Block a user