2.5.54 Makefile question: set -e

Mad Hatter (slokus@yahoo.com)
Sat, 4 Jan 2003 12:04:15 -0800 (PST)


Hi,

The toplevel Makefile in 2.5.54 has near line 313:

----------------------------
# set -e makes the rule exit immediately on error
#...
attribute if uninitialized.

define rule_vmlinux__
set -e
...
endef
-------------------------

However, the "set -e" does nothing since each line is
processed by a different shell according to the make
manual.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/