|
From: Oliver N. <dig...@gm...> - 2008-06-12 20:50:44
|
> The only thing you have to do is to delete the appropriate > .done_XXX_YYY file in build/tmp/. > XXX is either build, install or iso > YYY is the name of the script > > then you can do again a "make makefile" or "make build install iso" > Hmm, i did it exactly like you mentioned, but it seems that changes aren't recognized in all cases :-| I changed for example the install path of my build script, cause i missed something. First i made a make clean Then i deleted build/tmp/.done_build_foo After that i typed 'make makefile' I could see that the build part passed without errors, but the install part wasn't executed at all! No build/tmp/.done_install_foo file exists! Without any further changes in the script i tried a 'make prepare' After that a 'make makefile' compiled my stuff AND the install part was executed and the .done_install_foo file was in /tmp/ That was the reason i asked if there is another mechanism to change the build/install behavior. It's not that big problem everything is working now - i just asked because it is more likely that i missed something and you already know ;-) Thanks, Olli |