|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Makefile should use a system environment variables that how?
I encountered a problem when writing Makefile is a path (I have here is ORACLE_HOME) with a system environment variables, because specific pathway in the various machines may be different.
But the Makefile $ another meaning, so I can not invoke $ORACLE_HOME environmental variables.
The how? |
Makefile should use a system environment variables that how?
Can be used ($ ORACLE_HOME) to use the system environment variables |
Makefile should use a system environment variables that how?
Thanks judge |
| |