2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Prevent setting TOP in the env from upsetting BB into an infinite loop.

[SVN r28774]
This commit is contained in:
Rene Rivera
2005-05-09 20:46:50 +00:00
parent 7cbbbc2768
commit 7a627c045a

View File

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