public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* kbuild: specifying phony targets?
@ 2005-05-18 14:11 Timur Tabi
  2005-05-20  5:37 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Timur Tabi @ 2005-05-18 14:11 UTC (permalink / raw)
  To: linux-kernel

I have a Makefile that works with 2.4 and 2.6 kernels.  On the 2.4 side, I have a rule 
like this:

all: mytext ${TARGET_DIR} ${TARGET_DIR}/ccil.o

mytext:
     @echo ${SOMETEXT}

This causes the text in variable SOMETEXT to be displayed right when the build starts.

How do I do the same thing with kbuild?  Is there a way I can get a kbuild makefile to run 
a phony target right at the beginning?

-- 
Timur Tabi
Staff Software Engineer
timur.tabi@ammasso.com

One thing a Southern boy will never say is,
"I don't think duct tape will fix it."
      -- Ed Smylie, NASA engineer for Apollo 13

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-20 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-18 14:11 kbuild: specifying phony targets? Timur Tabi
2005-05-20  5:37 ` Sam Ravnborg
2005-05-20 18:03   ` Timur Tabi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox