One way we are trying to achieve this in GRUB 2 is, by using nested
projects feature. In grub 2 some parts needs to be compiled using
HOST_CC and others using TARGET_CC. All sources that need TARGET_CC
are moved into a sub-directory and we a separate configure.ac file for
them. Top-level directo
On Mon, Apr 19, 2010 at 6:46 PM, BVK Chaitanya wrote:
>
> Is there a way to instruct automake to ignore the exit status for
> info_TEXINFOS variable rule? I need this because, texinfo
> documentation is incomplete with many dangling references.
>
I got this fixed by adding --n
Hi,
Is there a way to instruct automake to ignore the exit status for
info_TEXINFOS variable rule? I need this because, texinfo
documentation is incomplete with many dangling references.
thanks,
--
bvk.chaitanya
My below message got bounced -- due to attachement size limitations, I guess.
-- Forwarded message --
From: BVK Chaitanya
Date: Thu, Feb 18, 2010 at 2:00 PM
Subject: Re: Subpackage distclean removed parent package dep files
To: BVK Chaitanya , automake@gnu.org
I am able to
Hi,
With little more research, this is what I am able to figure out:
1. Enabling subdir-objects option creates .Po files in ".deps"
directories in each _SOURCE file's directories.
In a nested packages configuration, this can cause top-level packages'
_SOURCE and nested packages' _SOURCE to sha
Hi,
We have been try to port GRUB2's build system to automake. GRUB2
build needs to make use of two different compilers (HOSTCC and
TARGETCC) for compiling grub-utilities and grub-binaries respectively.
So, we started using nested packages approach, where top-level
configure+Makefile.am builds