SubDir TEST ;
TEST_RELATIVE_TO ?= TEST ;
Echo "Relative to $(TEST_RELATIVE_TO)" ;
if $(TEST_RELATIVE_TO) = ROOT
{
TestTokens test ;
}
else
{
TestTokens ;
}
Echo "------------------------------" ;
Echo "SubIncluding foo from test: " ;
SubInclude TEST foo ;
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 4396 | Chris Comparini | Test bed for SubDir related issues. |