From: Philippe Gerum <rpm@xenomai.org>
To: Heikki Lindholm <holindho@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] [PATCH] Small build system fix for Xenomai 2.1
Date: Wed, 16 Nov 2005 12:49:16 +0100 [thread overview]
Message-ID: <437B1CBC.8000808@domain.hid> (raw)
In-Reply-To: <437B162F.1040109@domain.hid>
Heikki Lindholm wrote:
> The prepare-kernel.sh script doesn't link assembly files to the kernel
> at all. This should fix it.
>
Applied, thanks.
> -- Heikki Lindholm
>
>
> ------------------------------------------------------------------------
>
> diff -Nru xenomai.orig/scripts/prepare-kernel.sh xenomai/scripts/prepare-kernel.sh
> --- xenomai.orig/scripts/prepare-kernel.sh 2005-11-14 20:04:19.000000000 +0200
> +++ xenomai/scripts/prepare-kernel.sh 2005-11-16 13:03:27.000000000 +0200
> @@ -4,7 +4,7 @@
> do_links() {
> rm -fr $2
> ( cd $1 &&
> - find . \( -name Makefile -o -name Kconfig -o -name '*.[ch]' \) |
> + find . \( -name Makefile -o -name Kconfig -o -name '*.[chS]' \) |
> while read f; do
> d=`dirname $f`
> mkdir -p $2/$d && ln -s $1/$f $2/$f
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
--
Philippe.
prev parent reply other threads:[~2005-11-16 11:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-16 11:21 [Xenomai-core] [PATCH] Small build system fix for Xenomai 2.1 Heikki Lindholm
2005-11-16 11:49 ` Philippe Gerum [this message]
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=437B1CBC.8000808@domain.hid \
--to=rpm@xenomai.org \
--cc=holindho@domain.hid \
--cc=xenomai@xenomai.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.