All of lore.kernel.org
 help / color / mirror / Atom feed
* Recursive Makefile howto
@ 2012-01-27  6:13 Manavendra Nath Manav
  2012-01-27  9:02 ` Kristof Provost
  2012-01-27 15:58 ` Dave Hylands
  0 siblings, 2 replies; 7+ messages in thread
From: Manavendra Nath Manav @ 2012-01-27  6:13 UTC (permalink / raw)
  To: kernelnewbies

Hi All,

I have developed a Makefile which recursively builds the code spread
across multiple directories, each having it's own Makefile.

build_all: targetA \
               targetB \
               target C

Now, the problem is that even when the Makefile of targetA fails, the
master Makefile continues building with targetB and targetC. I can
also see the make errors being printed on console. I want the make to
stop immediately at the first error encountered in any target
Makefile. How to do this?

-- 
Manavendra Nath Manav

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

end of thread, other threads:[~2012-01-28 11:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-27  6:13 Recursive Makefile howto Manavendra Nath Manav
2012-01-27  9:02 ` Kristof Provost
2012-01-27 12:08   ` Manavendra Nath Manav
2012-01-27 12:37     ` Kristof Provost
2012-01-28 11:29   ` Bernd Petrovitsch
2012-01-27 15:58 ` Dave Hylands
2012-01-28  9:44   ` Manavendra Nath Manav

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.