On Friday 19 December 2008 14:58, Filippo ARCIDIACONO wrote: > > And "make compile" in test/ neither tests for existence of > > ../install_dir which is crucial for compile, nor tracks > > dependencies... <sigh> > You can try this patch. Should be work. > If there aren't any issue it could be committed. > > Filippo. > > > -- > > vda > > > Index: uClibc-stm-trunk/test/Makefile > =================================================================== > --- uClibc-stm-trunk/test/Makefile (revision 217) > +++ uClibc-stm-trunk/test/Makefile (working copy) > @@ -47,8 +47,11 @@ > > run: subdirs_run > > -compile: subdirs_compile > +compile: $(top_builddir)/$(LOCAL_INSTALL_PATH) subdirs_compile > > +$(top_builddir)/$(LOCAL_INSTALL_PATH): > + $(Q)$(MAKE) -C $(top_builddir) $(LOCAL_INSTALL_PATH) > + > tags: > ctags -R
Applied, thanks. Made testing somewhat less difficult. Thanks. -- vda _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
