Hallo!
Irgendwie klappen die install Targets des Linux Makefiles bei mir nicht?
Code
...
install -m 644 `[ -f cbm.ko ] && echo cbm.ko || echo cbm.o`
install: missing destination file operand after 'cbm.ko'
Try 'install --help' for more information.
LINUX/Makefile:27: recipe for target 'install-files' failed
make[1]: *** [install-files] Error 1
make[1]: Leaving directory '/usr/src/opencbm/opencbm-code/opencbm/sys/linux'
LINUX/Makefile:60: recipe for target 'BUILDSYSTEM.sys/linux/.install' failed
make: *** [BUILDSYSTEM.sys/linux/.install] Error 2
und
Code
...
mkdir -p -m 755 /usr/local/bin /usr/local/lib /usr/local/man/man1 /usr/local/include /usr/local/info
mkdir -p -m 755
mkdir: missing operand
Try 'mkdir --help' for more information.
LINUX/Makefile:86: recipe for target 'install-files.prepare' failed
make: *** [install-files.prepare] Error 1
Hat jemand einen Tipp?
TIA,
Andreas