History log of /build/core/node_fns.mk
Revision Date Author Comments
54fa8c3ff9b1f0f1b0b9c551be864f1b7378c7fc 27-Sep-2012 Ying Wang <wangying@google.com> Load only the current product config makefile.

To reduce the start time.
With the change and previous change of doing clean step in only given paths,
start time of mm/mmm is reduced from ~5s to about 1s;
lunch time is reduced from ~40s to 3.5s.

Bug: 7186768,7169854
Change-Id: Ifd72ba1c6362a5e1125a23c505fd47947ab56675
01efddb0b8c641a9ebfd955173dd58e015fbe903 30-May-2012 Jeff Brown <jeffbrown@google.com> Make make make faster.

Optimize common case of uniq-words where the word is not
actually duplicated. Reduces make startup overhead.

Change-Id: I1bee13bbd08a7b01248f4452283a64a724663d02
1d89773c1dd0e433a2dbd0ef8aedaf4c20f6ff74 18-Feb-2010 Doug Zongker <dougz@android.com> fix makefile inheritance system

The variable inheritance system can leave extra spaces in a variable
when multiple levels of inheritance are used. It can expand:

"@inherit:foo @inherit:bar @inherit:baz"

to

"value @inherit:bar @inherit:baz"

and then

"value @inherit:baz" (if bar has no value for the variable)

and then

"value " (if baz also has no value).

Call strip to remove excess spaces between words after each
replacement pass.

Change-Id: Ic4cfc6fed1865066a6353a522e4bdcb68ec875d3
7b86bfb03ee785cb828139c94bb86817d3249667 07-Jan-2010 Joe Onorato <joeo@android.com> add a warning about using include in product spec files.

currently disabled because there are too many of them.
e6b4e5b20ac8a3b01f1a99dd877a98c92036ce5e 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
d47804e929eaa69a41f04a5acb7aed1dfbfb4388 03-Apr-2009 Sean McNeil <sean.mcneil@windriver.com> Provide LOCAL_DIR as some product variables might need a reference directory (i.e. PRODUCT_COPY_FILES).

Change from LOCAL_DIR to LOCAL_PATH
6a5f7f068b54c5cc083a3e8224c010060aab24e9 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
88b607994a148f4af5bffee163e39ce8296750c6 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
05806d7af62e07c6225b2e7103a1b115ecf6c9ad 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
b6c1cf6de79035f58b512f4400db458c8401379a 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution