mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Add --show-locate-target to aid configure script
[SVN r31482]
This commit is contained in:
@@ -353,6 +353,11 @@ else
|
||||
locate-target = [ .path $(locate-target) ] ;
|
||||
}
|
||||
|
||||
if --show-locate-target in $(ARGV)
|
||||
{
|
||||
ECHO $(locate-target) ;
|
||||
}
|
||||
|
||||
# We have some different files for UNIX, VMS, and NT.
|
||||
jam.source =
|
||||
command.c compile.c debug.c expand.c glob.c
|
||||
|
||||
@@ -353,6 +353,11 @@ else
|
||||
locate-target = [ .path $(locate-target) ] ;
|
||||
}
|
||||
|
||||
if --show-locate-target in $(ARGV)
|
||||
{
|
||||
ECHO $(locate-target) ;
|
||||
}
|
||||
|
||||
# We have some different files for UNIX, VMS, and NT.
|
||||
jam.source =
|
||||
command.c compile.c debug.c expand.c glob.c
|
||||
|
||||
Reference in New Issue
Block a user