20 ms·
Each logical line of a makefile is executed in its own shell. This means that variables cannot be set across lines and directory changes cannot be changed acros
by JacksCracked 9y ago
Each logical line of a makefile is executed in its own shell. This means that variables cannot be set across lines and directory changes cannot be changed across lines.
- ComputerGuru 9y agoJust use the export command to set variables across lines.