On 6/10/08, wac <[EMAIL PROTECTED]> wrote:
> I'm looking forward to deactivate the TAB-SPACE "feature" of make that is
> not letting me advance. Is there a switch, env variable, patch to makefile
...
> latest version that doesn't have the POSIX enforcement? I could try a
> downgrade, even with bugs. I don't care.

The tab/space thing is a fixed syntactical rule of Make - it cannot
simply be turned off without making input unreadable, in the same way
that python code cannot simply be re-indented to one's liking without
changing the meaning of the code. The solution is to either use
another build tool or learn Make's rules and work to them.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to