2
0
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:
Rene Rivera
2003-09-24 03:17:17 +00:00
parent b070ace73b
commit 9c0ef4645e
2 changed files with 6 additions and 0 deletions

View File

@@ -344,6 +344,9 @@ else if $(UNIX)
case IRIX :
RANLIB ?= "" ;
case LINUX :
CLONE ?= cp -fpd ;
case MPEIX :
HDRS += /usr/include ;
RANLIB ?= "" ;

View File

@@ -344,6 +344,9 @@ else if $(UNIX)
case IRIX :
RANLIB ?= "" ;
case LINUX :
CLONE ?= cp -fpd ;
case MPEIX :
HDRS += /usr/include ;
RANLIB ?= "" ;