OSDN Git Service

Use shell-script $$(...) instead of $(shell ...)
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 14 Jan 2017 13:58:55 +0000 (14:58 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 14 Jan 2017 17:54:00 +0000 (01:54 +0800)
commit03fa0d8a8349309ae7998e7b2907a06b9e467c4a
tree69f85842f540b2c2f77f181e07e12da1ac928d8e
parent8c73ac1a261c708eef7817c625a041cf1b3ca427
Use shell-script $$(...) instead of $(shell ...)

kati doesn't support passing results of $(shell)
to other make constructs, as explained here:
https://github.com/google/kati/issues/71

Fixes the following building error in nougat-x86:

./bootable/newinstaller/Android.mk:82: kati doesn't support passing
results of $(shell) to other make constructs: date +"%F"
build/core/ninja.mk:163: recipe for target
'out/build-android_x86_64.ninja' failed
make: *** [out/build-android_x86_64.ninja] Error 1
Android.mk