mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
list implementation
[SVN r14261]
This commit is contained in:
@@ -311,6 +311,11 @@ rule Link-action
|
||||
}
|
||||
else
|
||||
{
|
||||
# Workaround GCC's lack of command-files and NT's line-length limitation.
|
||||
if $(NT) {
|
||||
JAMSHELL on $(<) = % ;
|
||||
}
|
||||
|
||||
gcc-Link-action $(<) : $(>) ;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -311,6 +311,11 @@ rule Link-action
|
||||
}
|
||||
else
|
||||
{
|
||||
# Workaround GCC's lack of command-files and NT's line-length limitation.
|
||||
if $(NT) {
|
||||
JAMSHELL on $(<) = % ;
|
||||
}
|
||||
|
||||
gcc-Link-action $(<) : $(>) ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user