All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heikki Lindholm <holindho@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-core] [PATCH] Small build system fix for Xenomai 2.1
Date: Wed, 16 Nov 2005 13:21:19 +0200	[thread overview]
Message-ID: <437B162F.1040109@domain.hid> (raw)

[-- 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

             reply	other threads:[~2005-11-16 11:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-16 11:21 Heikki Lindholm [this message]
2005-11-16 11:49 ` [Xenomai-core] [PATCH] Small build system fix for Xenomai 2.1 Philippe Gerum

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=437B162F.1040109@domain.hid \
    --to=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.