From 5934a5bd56525acfd4eaaa86d1d2f2c9c64f16c2 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 26 Oct 2005 14:23:36 +0000 Subject: [PATCH] Add --show-locate-target to aid configure script [SVN r31482] --- historic/jam/src/build.jam | 5 +++++ jam_src/build.jam | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/historic/jam/src/build.jam b/historic/jam/src/build.jam index 2b460e950..9c600ab66 100644 --- a/historic/jam/src/build.jam +++ b/historic/jam/src/build.jam @@ -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 diff --git a/jam_src/build.jam b/jam_src/build.jam index 2b460e950..9c600ab66 100644 --- a/jam_src/build.jam +++ b/jam_src/build.jam @@ -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