'mm -B' will rebuild all the libraries under that directory, suppose
it is equivalent to make clean all.

On Jul 5, 12:22 am, Deva R <r.deva...@gmail.com> wrote:
> you can try
>
> clean ur exisiting module
>  make clean-<moudlename>
>  eg: make clean-libomx (to clean libomx.so)
>
> or,
>
> touch one or all source files, in your library folder
>  find . -exec touch {} \;
>
> -Deva
>
>
>
> On Sat, Jul 3, 2010 at 10:12 AM, Sambhav <isamb...@gmail.com> wrote:
>
> > Hi,
>
> > I have written a Android.mk file for creating a static library.
> > I browse to the this library location in my android source code tree and
> > execute
> > #mm
> > to compile it.
>
> > But many times I see that if I make changes to Android.mk file and
> > recompile it just says
> > make : Nothing to be done for 'files'
>
> > How can I call a clean the previous build and run it again just like make
> > clean all.
>
> > Regards,
> > Sambhav
>
> >  --
> > unsubscribe: 
> > android-porting+unsubscr...@googlegroups.com<android-porting%2Bunsubscribe@ 
> > googlegroups.com>
> > website:http://groups.google.com/group/android-porting

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to