You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by Anatoli Fomenko <af...@yahoo.com> on 2012/08/24 17:57:17 UTC

Bigtop make does not rebuild on src update

>From my observation, Bigtop make does not rebuild after the bigtop-packages/src had been updated. I could trigger the make rebuild by removing build/<component> directory, which is somewhat inconvenient. My understanding that the cause of it is incomplete list of make dependencies.

I'm wondering if anybody has ideas on improving it.


Thank you,
Anatoli

Re: Bigtop make does not rebuild on src update

Posted by Anatoli Fomenko <af...@yahoo.com>.
I will look into adding prerequisites to the build rules.

Thanks Roman.

Anatoli



________________________________
 From: Roman Shaposhnik <rv...@apache.org>
To: bigtop-dev@incubator.apache.org; Anatoli Fomenko <af...@yahoo.com> 
Sent: Friday, August 24, 2012 5:23 PM
Subject: Re: Bigtop make does not rebuild on src update
 
On Fri, Aug 24, 2012 at 8:57 AM, Anatoli Fomenko <af...@yahoo.com> wrote:
> From my observation, Bigtop make does not rebuild after the bigtop-packages/src had been updated.
> I could trigger the make rebuild by removing build/<component> directory, which is somewhat
> inconvenient. My understanding that the cause of it is incomplete list of make dependencies.
>
> I'm wondering if anybody has ideas on improving it.

I think this could be done using some of the GNU Make magic. Would you want
to take a stab at it? ;-)

Роман.

Re: Bigtop make does not rebuild on src update

Posted by Roman Shaposhnik <rv...@apache.org>.
On Fri, Aug 24, 2012 at 8:57 AM, Anatoli Fomenko <af...@yahoo.com> wrote:
> From my observation, Bigtop make does not rebuild after the bigtop-packages/src had been updated.
> I could trigger the make rebuild by removing build/<component> directory, which is somewhat
> inconvenient. My understanding that the cause of it is incomplete list of make dependencies.
>
> I'm wondering if anybody has ideas on improving it.

I think this could be done using some of the GNU Make magic. Would you want
to take a stab at it? ;-)

Роман.