[csw-users] How to merge multiple source trees into one package

Maciej (Matchek) Blizinski blizinski at google.com
Wed Mar 18 13:34:52 CET 2009


On Wed, Mar 18, 2009 at 11:42 AM, Juergen Arndt <ja at baltic-online.de> wrote:
> My first guess is to create something like that in the Makefile:
>
> DISTFILES  = software_A.tar.gz
> DISTFILES  += software_B.tar.gz
>
> But I'm wondering, how to proceed with the other options like CONFIGURE_ARGS
> and so on. I think, there is another solution, which I don't know yet :-)

You could write your own "master" Makefile which would in turn call
both A and B Makefiles.

However, I'd like to ask you about why do you want to merge two pieces
of software like this? Why not have two separate packages, possibly
with dependencies?



More information about the users mailing list