2
0
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:
Douglas Gregor
2005-10-26 14:23:36 +00:00
parent a4b166d05a
commit 5934a5bd56
2 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -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