[MPlayer-dev-eng] [PATCH] Makefile cleanups
D Richard Felker III
dalias at aerifal.cx
Sun May 5 23:29:05 CEST 2002
On Sun, May 05, 2002 at 10:34:58PM +0000, Johannes Feigl wrote:
> arpi does not like the remove of libmp1e ;-)
>
> mfg johannes
>
> On Sun, May 05, 2002 at 10:02:36PM +0200, Mark Szabo wrote:
> > I have done some cleanups in the Makefile. A patch is attached.
> >
> > --
> > Mark Szabo (Mw3)
> > mw3 at bsd.hu
>
> > -libmp1e/libmp1e.a:
> > - $(MAKE) -C libmp1e
Could we add some sorta generic rule to the toplevel makefile to make
libwhatever/libwhatever.a depend on libwhatever/*? As things are now,
its a pain to work on files in subdirs, since running make will not
detect that they've changed. Note that this would only cause the
command "make -C libwhatever" to be run, so if the changed file in the
subdir turned out to be irrelevant based on the .depend in the subdir,
at least it wouldn't waste much time.
Rich
More information about the MPlayer-dev-eng
mailing list