Anselm R Garbe wrote:
I can't reproduce your issue. I renamed src into src2 and performed a clean build and make install, no such issue.
I can't help but it ran into the same thing again. Let me describe my process then: 1) mkdir stalibuild in my home 2) cd stalibuild 3) cloning toolchain and src from git 4) export STALISRC=/home/mitt/stalibuild/src 5) cd src 6) vi config.mk -> DESTDIR=/mnt 7) vi stali.mk -> remove sys from SUBDIRS (not to build a kernel), then I remove src/sys 8) make 9) make install as root Am I doing this wrong?