%% "Robert P. J. Day" <[EMAIL PROTECTED]> writes: rpjd> does everyone [use strip] this way? that is, would this be rpjd> considered a best practice?
I never use it unless I know for a fact that there is likely to be an issue. I use an intelligent editor when editing makefiles (Emacs in makefile mode) and I have it strip all trailing whitespace automatically. This cuts down significantly on the problems. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
