Re: Need help: How to set .RECIPEPREFIX variable to whitespaces

2011-07-25 Thread amit mehta
Asked 'Make' gurus today about this and here's what Paul D. Smith confirmed: RECIPEPREFIX must be set to exactly one unique character. There's no way to set it to be four spaces. Also note that this feature is only available in the latest version of GNU make and many systems do not include that

Need help: How to set .RECIPEPREFIX variable to whitespaces

2011-07-13 Thread amit mehta
Hi, How to set .RECIPEPREFIX variable to whitespace(say 4 whitespces) , so that make uses this particular set of characters to identify the recipe for a particular target. In my $HOME/.vimrc file, for code indentation purpose, I've put the following entries to replace tabs with 4 whitespaces:

Re: Need help: How to set .RECIPEPREFIX variable to whitespaces

2011-07-13 Thread DG
On Wed, Jul 13, 2011 at 1:52 AM, amit mehta gmate.a...@gmail.com wrote: Hi, How to set .RECIPEPREFIX variable to whitespace(say 4 whitespces) , so that make uses this particular set of characters to identify the recipe for a particular target. In my $HOME/.vimrc file, for code indentation