https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=113518
Alex Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED CC| |[email protected] --- Comment #4 from Alex Kozlov <[email protected]> --- The bmake is smart enough to ignore comments: $ (printf 'all:\n'; for i in `jot 10000`; do printf '\t# %d\n' $i; done; printf '\t @echo Hello World!\n') > Makefile; time make real 0m0.004s user 0m0.004s sys 0m0.000s -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
