* [Xenomai-core] [PATCH] Small build system fix for Xenomai 2.1
@ 2005-11-16 11:21 Heikki Lindholm
2005-11-16 11:49 ` Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Heikki Lindholm @ 2005-11-16 11:21 UTC (permalink / raw)
To: xenomai
[-- Attachment #1: Type: text/plain, Size: 120 bytes --]
The prepare-kernel.sh script doesn't link assembly files to the kernel
at all. This should fix it.
-- Heikki Lindholm
[-- Attachment #2: xenomai2.1-051116-buildsys.patch --]
[-- Type: text/plain, Size: 528 bytes --]
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
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [Xenomai-core] [PATCH] Small build system fix for Xenomai 2.1
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
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2005-11-16 11:49 UTC (permalink / raw)
To: Heikki Lindholm; +Cc: xenomai
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-16 11:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.