From 7a627c045aa9b2e29bb56f03367e594759ac7955 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 9 May 2005 20:46:50 +0000 Subject: [PATCH] Prevent setting TOP in the env from upsetting BB into an infinite loop. [SVN r28774] --- v1/allyourbase.jam | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/v1/allyourbase.jam b/v1/allyourbase.jam index aff37d94f..982613f1e 100644 --- a/v1/allyourbase.jam +++ b/v1/allyourbase.jam @@ -526,6 +526,12 @@ DEPENDS all shell files lib dll exe obj test : first ; NOTFILE all first shell files lib dll exe obj dirs clean uninstall test nothing ; ALWAYS clean uninstall ; +# +# Prevent external variables from interfeering with some esnetial intenal +# variables. +# +TOP = ; + # # Rules #