Hi,
Vincent Perrier wrote:
> Fedora 11 cannot compile uml kernels (2.6.29.4 and 2.6.30),
> here is the error:
>. . .
>. . .
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> /usr/bin/ld:arch/um/kernel/vmlinux.lds:1: ignoring invalid character `#'
> in expre
Hi,
During packaging of uml_utilities I've found a small problem during
"make install":
in tools-20070815/humsify/Makefile the binary is installed via
"install -o 0755 $(BIN) $(DESTDIR)$(BIN_DIR)".
It looks like that "-o" is just a typo and that the intention was to set
the mode with "-m 0755"