LuaBridgeDemo icon indicating copy to clipboard operation
LuaBridgeDemo copied to clipboard

Makefile error

Open ekenberg opened this issue 13 years ago • 1 comments

It seems a make clean tries to "rm -rf" my entires disk:

~/projects/LuaBridgeDemo$ CONFIG=RELEASE make -j5 -C ./Demo/Builds/Linux/ clean make: Entering directory /home/johan/projects/LuaBridgeDemo/Demo/Builds/Linux' Cleaning LuaBridgeDemo rm: cannot remove/': Is a directory make: [clean] Error 1 (ignored) rm: cannot remove /bin/chgrp': Permission denied rm: cannot remove/bin/mountpoint': Permission denied rm: cannot remove /bin/zmore': Permission denied rm: cannot remove/bin/lowntfs-3g': Permission denied rm: cannot remove `/bin/bash': Permission denied ...

ekenberg avatar Oct 22 '12 06:10 ekenberg

That sounds pretty bad!!! The Makefile is generated by the Introjucer, it was not written by hand. I will try it again in my VirtualBox instance of Ubuntu.

vinniefalco avatar Oct 22 '12 17:10 vinniefalco