mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Add some missing argument quotes for rmtemp and ranlib actions.
[SVN r22763]
This commit is contained in:
@@ -2142,12 +2142,12 @@ actions MkDir1
|
||||
|
||||
actions together Ranlib
|
||||
{
|
||||
$(RANLIB) $(<)
|
||||
$(RANLIB) "$(<)"
|
||||
}
|
||||
|
||||
actions quietly updated piecemeal together RmTemps
|
||||
{
|
||||
$(RM) $(>)
|
||||
$(RM) "$(>)"
|
||||
}
|
||||
|
||||
actions Shell
|
||||
|
||||
Reference in New Issue
Block a user