mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* INSTALL_PATH question: Makefile bug?
@ 2004-02-16 12:07 Michael Grimborounis
  2004-02-16 20:47 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Grimborounis @ 2004-02-16 12:07 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have a question regarding the way INSTALL_PATH is set up in the top
level Makefile. I can pass a value or uncomment it, like the comments
in the makefile suggest. But then if INSTALL_MOD_PATH is undefined,
INSTALL_PATH is unset by the following statements:


ifndef INSTALL_MOD_PATH
INSTALL_PATH=
endif
export INSTALL_MOD_PATH


It seems that if I don't define INSTALL_MOD_PATH, there is no way for
me to pass a path for the kernel and map images. Is this the intended
behaviour or is it a bug? Should that have been "INSTALL_MOD_PATH="?


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

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

end of thread, other threads:[~2004-02-17  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-16 12:07 INSTALL_PATH question: Makefile bug? Michael Grimborounis
2004-02-16 20:47 ` Sam Ravnborg
2004-02-17  8:00   ` Michael Grimborounis

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

all inboxes | Powered by JetHome®