Re: [uml-devel] Fedora core 11 and UML kernel compile

2009-06-26 Thread Christian Krause
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

[uml-devel] small patch for small install problem of uml_utilities

2008-03-19 Thread Christian Krause
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"