From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <437B1CBC.8000808@domain.hid> Date: Wed, 16 Nov 2005 12:49:16 +0100 From: Philippe Gerum MIME-Version: 1.0 Subject: Re: [Xenomai-core] [PATCH] Small build system fix for Xenomai 2.1 References: <437B162F.1040109@domain.hid> In-Reply-To: <437B162F.1040109@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Heikki Lindholm Cc: xenomai@xenomai.org 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.