From: ramsdell@mitre.org (John D. Ramsdell)
To: Jacob Gorm Hansen <jacobg@diku.dk>
Cc: xen-devel@lists.xensource.com, Ian Campbell <Ian.Campbell@xensource.com>
Subject: Re: [PATCH] Integrating applications into Mini-OS
Date: 15 May 2006 11:09:10 -0400 [thread overview]
Message-ID: <ogthd3rqq95.fsf@divan.mitre.org> (raw)
In-Reply-To: <e08041f30605150740i1efe35dft756c47dbaec9a34f@mail.gmail.com>
"Jacob Gorm Hansen" <jacobg@diku.dk> writes:
> New version incorporating most of your changes to the Makefile
> attached.
Opps. I just noticed you took one line too much of my Makefile
patch. This part
-OBJS := $(TARGET_ARCH).o
-OBJS += $(patsubst %.c,%.o,$(wildcard *.c))
+HEAD := $(patsubst %.S,%.o,$(wildcard *$(TARGET_ARCH).S))
+OBJS := $(patsubst %.c,%.o,$(wildcard *.c))
should be replaced with
-OBJS := $(TARGET_ARCH).o
-OBJS += $(patsubst %.c,%.o,$(wildcard *.c))
+HEAD := $(TARGET_ARCH).o
+OBJS := $(patsubst %.c,%.o,$(wildcard *.c))
as with your scheme, I no longer have to add my assembly routine that
provides setjmp and longjmp into the Mini-OS source tree.
John
next prev parent reply other threads:[~2006-05-15 15:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-11 16:34 [PATCH] Integrating applications into Mini-OS John D. Ramsdell
2006-05-15 12:18 ` Jacob Gorm Hansen
2006-05-15 12:46 ` Ian Campbell
2006-05-15 13:08 ` Jacob Gorm Hansen
2006-05-15 13:20 ` Jacob Gorm Hansen
[not found] ` <ogtpsifqtkz.fsf@divan.mitre.org>
2006-05-15 14:40 ` Jacob Gorm Hansen
2006-05-15 14:45 ` John D. Ramsdell
2006-05-15 15:09 ` John D. Ramsdell [this message]
2006-05-15 15:15 ` Jacob Gorm Hansen
2006-05-15 13:45 ` John D. Ramsdell
-- strict thread matches above, loose matches on Subject: below --
2006-05-15 13:33 Puthiyaparambil, Aravindh
2006-05-15 14:12 ` Jacob Gorm Hansen
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=ogthd3rqq95.fsf@divan.mitre.org \
--to=ramsdell@mitre.org \
--cc=Ian.Campbell@xensource.com \
--cc=jacobg@diku.dk \
--cc=xen-devel@lists.xensource.com \
/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.