]> git.neil.brown.name Git - history.git/commit
kbuild: Fix output when linking vmlinux
authorKai Germaschewski <kai@vaio.(none)>
Sat, 15 Mar 2003 17:50:13 +0000 (11:50 -0600)
committerKai Germaschewski <kai@vaio.(none)>
Sat, 15 Mar 2003 17:50:13 +0000 (11:50 -0600)
commit0a1551687a3bdb9800758165ea7889e568ac28e6
tree9ff6130edc71c08b0b2a8b3821e41cc7add00ed4
parent6ca3fa989a3f9ac3092560d7523efad6f57d8968
kbuild: Fix output when linking vmlinux

make's line continuation without explicit backslashes is a mystery
to me, and in this case, vmlinux got linked, but the linker command
was not written to the screen. Works again now.
Makefile