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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user