[MPlayer-DOCS] Makefile.inc fixes? [patch]

Torinthiel torinthiel at wp.pl
Fri Jan 30 12:44:31 CET 2004


On Fri, Jan 30, 2004 at 06:52:27AM -0300, Diego Biurrun wrote:
> Torinthiel writes:
>  > I also wanted to either make targets conditionally dependent on symlinks
>  > (using $(if ...) construct), or symlinks conditionally requiring
>  > nothing to build or the correct procedure. This way the test if
>  > USE_SYMLINKS is set is handled by make not by shell. But if so I would
>  > have to move the line 'include ../Makefile.inc' to the bottom of
>  > makefile, as these are resolved imediately and USE_SYMLINKS simply is
>  > not set yet.
>  > Should I and which one?
> 
> I must admit that I do not exactly understand the difference you are
> trying to explain.  As I said in the other mail, you are the real
> build system maintainer so feel free to use your own judgement and
> commit.

It could be either
html-single: ... $(if ... symlinks)

or
html-single: symlinks

symlinks:
ifeq ($(USE_SYMLINKS),yes)
...
endif

Committed the first way.
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3073512
   torinthiel(at)wp(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-docs/attachments/20040130/7f89ea45/attachment.pgp>


More information about the MPlayer-DOCS mailing list