author | Junio C Hamano <junkio@cox.net> | |
Fri, 7 Jul 2006 20:04:35 +0000 (13:04 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 8 Jul 2006 21:15:09 +0000 (14:15 -0700) | ||
commit | 998c4daaf4a921fb03d478b50d6e06223326d7ef | |
tree | 29c91e185646fc524a219856afdf2eef675a3cb4 | tree | snapshot |
parent | c7a30e56840b089c1d110b312475f692b5c1b6a4 | commit | diff |
Work around sed and make interactions on the backslash at the end of line.
Traditionally 'i' and 'a' commands to sed have been unfriendly
with make, primarily because different make implementations did
unexpected things to backslashes at the end of lines. So work
it around by not using 'i' command.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Traditionally 'i' and 'a' commands to sed have been unfriendly
with make, primarily because different make implementations did
unexpected things to backslashes at the end of lines. So work
it around by not using 'i' command.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history |