suppose, if i write a makefile -
__________________________________________
Hello:
@echo Hello World..!!
Hi:
@echo Hi jpaum..!!
__________________________________________
- here, I'm defining two rules
RULE 1- 'Hello'
RULE 2- 'Hi'
Now, your command could be...
make hello
OR
make hi
OR
make Hi HeLLo
.....
You need to write a rule for creating iso_img.
-- Thanks
On Apr 14, 6:58 pm, jpaum <[email protected]> wrote:
> hi,
>
> I try to build the code to create a .iso file. i use this line
> commande:
> " sudo make -j2 iso_img "
>
> but i have this error:
> " make: *** No rule to make target `iso_img'. Stop."
>
> so, have you a solution or how to add this rule?
> thanks,
>
> jpaum
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting