Is there a way to comment out multiple lines in makefiles like as in C syntax /* */ ?
/* */
In emacs, you can mark the region you want to comment out and hit M-; (which runs comment-dwim).
M-;
comment-dwim