Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-05-09 11:43:49


While finishing up the jam changes to workaround the spaces in vars problem
I saw this in the metrowerks toolset...

# How will we find metrowerks standard headers?
# If the user specified METROWERKS_INCLUDE_ROOT, use that
# Otherwise, if he specified METROWERKS_ROOT, use that
# Otherwise, look at the "standard" environment variable CWFOLDER
METROWERKS_INCLUDE_ROOT = $(METROWERKS_ROOT) ;
METROWERKS_INCLUDE_ROOT ?= $(CWFOLDER) ;

...That description doesn't match the code. From the description the code
should look like...

METROWERKS_INCLUDE_ROOT ?= $(METROWERKS_ROOT) ;
#----------------------^^^^
METROWERKS_INCLUDE_ROOT ?= $(CWFOLDER) ;

...So which one is correct the code or the comment?

-- grafik - Don't Assume Anything
-- rrivera_at_[hidden] - grafik_at_[hidden]
-- 102708583_at_icq - Grafik666_at_AIM - Grafik_at_[hidden]

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk