Line 77:
Line 77:
It's not very clear... Are you talking about the template Makefile or the MLlib Makefile ?
It's not very clear... Are you talking about the template Makefile or the MLlib Makefile ?
The template Makefile do that when "make clean" : "rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol" -> It's not deleting /include...
The template Makefile do that when "make clean" : "rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol" -> It's not deleting /include...
−
And for the MLlib Makefile, it DOES delete include but it's my will : the MLlib folder is the release, and the MLlib_ folder is the source, compile from de MLlib_ and you will get your new MLlib.
+
And for the MLlib Makefile, it DOES delete include but it's my will : the MLlib folder is the release, and the MLlib_ folder is the source, compile from de MLlib_ and you will get your new MLlib. -- Minishlink
:on a *nix system, / is the root of the filesystem, so /include is the include directory on the root NOT the include directory in the MLlib directory or wherever. afaict this is what megazig is complaining about. --[[User:Yossi|Yossi]] 07:18, 15 October 2009 (UTC)
:on a *nix system, / is the root of the filesystem, so /include is the include directory on the root NOT the include directory in the MLlib directory or wherever. afaict this is what megazig is complaining about. --[[User:Yossi|Yossi]] 07:18, 15 October 2009 (UTC)
Line 93:
Line 93:
rm: cannot remove `/lib/udev/firmware.sh': Permission denied<br />
rm: cannot remove `/lib/udev/firmware.sh': Permission denied<br />
rm: cannot remove `/lib/udev/pcmcia-check-broken-cis': Permission denied [[User:Megazig|Megazig]] 10:15, 15 October 2009 (UTC)
rm: cannot remove `/lib/udev/pcmcia-check-broken-cis': Permission denied [[User:Megazig|Megazig]] 10:15, 15 October 2009 (UTC)
+
+
So you're talking about the MLlib Makefile... You know I'm programming on Linux ? I don't have that problem. Anyway, there's nothing deleted because of the protection, right ? I thought I've spoken about the env variable, I'm confused. I'm going to add it to the README. ;)
+
Thanks for the feedback ! --[[User:Minishlink|Minishlink]] 14:32, 15 October 2009 (UTC)