From: Christopher J. Morrone <morrone2@llnl.gov>
To: lustre-devel@lists.lustre.org
Subject: [Lustre-devel] Technical debt in the lustre build system
Date: Tue, 10 May 2011 16:24:53 -0700 [thread overview]
Message-ID: <4DC9C945.7050705@llnl.gov> (raw)
In-Reply-To: <201105100253.p4A2rNeE013093@hedwig.cmf.nrl.navy.mil>
On 05/09/2011 07:53 PM, Ken Hornstein wrote:
>> So I'd like to start a discussion about where we need to go with the
>> build system. Here are some of the things off the top of my head that
>> are problems that need to be addressed, or improvements that I think we
>> should make.
>> [...]
>
> I agree with everything you've said, but I'd like to add one thing:
>
> 9) Portability
>
> This drives me nuts on the Mac port; the build system has a fair amount
> of cruft left over (see autoMakefile versus Makefile.am, for starters).
> If we're thinking about long-term plans on the build system, thinking
> about portability is important.
>
> (On the Mac, and AFAIK all other operating systems other than
> Linux, building a kernel module is relatively straightforward;
> just compile everything with a few extra options).
Yeah, that would be nice.
It does seem odd at first glance that most directories have both
autoMakefile.am files and Makefile.in files.
I think that what is going on there is are essentially two independent
build system: normal user-space build stuff (liblustre) uses the
autoMakefile, and the kernel build system uses Makefile. But in the
end, Makefile does an "include autoMakefile", making one wonder why they
need to be separate in the first place.
It is certainly worth investigating to see if that can be improved to be
both more understandable and more portable.
Chris
next prev parent reply other threads:[~2011-05-10 23:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-06 21:53 [Lustre-devel] Technical debt in the lustre build system Christopher J. Morrone
2011-05-10 2:53 ` Ken Hornstein
2011-05-10 23:24 ` Christopher J. Morrone [this message]
2011-05-10 21:53 ` Andreas Dilger
2011-05-11 18:05 ` Christopher J. Morrone
2011-05-11 18:22 ` Christopher J. Morrone
2011-05-12 8:58 ` Ashley Pittman
2011-05-12 17:28 ` Christopher J. Morrone
[not found] <mailman.5319.1305221323.23683.lustre-devel@lists.lustre.org>
2011-05-12 18:10 ` Chris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DC9C945.7050705@llnl.gov \
--to=morrone2@llnl.gov \
--cc=lustre-devel@lists.lustre.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.