All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Morris <jmorris@namei.org>
To: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: sds@tycho.nsa.gov, eparis@redhat.com, selinux@tycho.nsa.gov
Subject: Re: [PATCH] selinux: fix parallel compile error
Date: Wed, 15 Sep 2010 08:19:41 +1000 (EST)	[thread overview]
Message-ID: <alpine.LRH.2.00.1009150819270.22184@tundra.namei.org> (raw)
In-Reply-To: <1281389665-22152-1-git-send-email-paul.gortmaker@windriver.com>

On Mon, 9 Aug 2010, Paul Gortmaker wrote:

> Selinux has an autogenerated file, "flask.h" which is included by
> two other selinux files.  The current makefile has a single dependency
> on the first object file in the selinux-y list, assuming that will get
> flask.h generated before anyone looks for it, but that assumption breaks
> down in a "make -jN" situation and you get:
> 
>    selinux/selinuxfs.c:35: fatal error: flask.h: No such file or directory
>    compilation terminated.
>    remake[9]: *** [security/selinux/selinuxfs.o] Error 1
> 
> Since flask.h is included by security.h which in turn is included
> nearly everywhere, make the dependency apply to all of the selinux-y
> list of objs.
> 
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Applied to
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#next

-- 
James Morris
<jmorris@namei.org>

--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

       reply	other threads:[~2010-09-14 22:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1281389665-22152-1-git-send-email-paul.gortmaker@windriver.com>
2010-09-14 22:19 ` James Morris [this message]
     [not found]   ` <20100915134429.GA17032@windriver.com>
2010-09-15 22:24     ` [PATCH] selinux: fix parallel compile error James Morris
2010-09-16  0:14       ` Paul Gortmaker
2010-09-16 22:30         ` James Morris

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=alpine.LRH.2.00.1009150819270.22184@tundra.namei.org \
    --to=jmorris@namei.org \
    --cc=eparis@redhat.com \
    --cc=paul.gortmaker@windriver.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    /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.