SubDir TEST foo ;
TEST_RELATIVE_TO ?= TEST ;
Echo "Relative to $(TEST_RELATIVE_TO)" ;
if $(TEST_RELATIVE_TO) = ROOT
{
Echo "Doing root" ;
TestTokens test foo ;
}
else
{
Echo "Doing test" ;
TestTokens foo ;
}
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #2 | 4626 | Chris Comparini | Fixed typo (?) | ||
| #1 | 4396 | Chris Comparini | Test bed for SubDir related issues. |