You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into this issue when upgrading Kati on AOSP, but I've solved this on our side separately by clearing MAKEFLAGS, since we don't want the MAKEFLAGS override behavior and the variables are already available in the environment.
Simple shell testcase to drop into testcase/cmdline_var_spaces.sh:
Major update is ckati merge from upstream. (With MAKEFLAGS now cleared
in build/ so that google/kati#89 doesn't cause
us to revert again)
build sha 6b363e24
build/kati sha e1de29e5
build/soong sha 42d1ba2d
external/ninja sha ee767f71
Change-Id: Idaf4867058111184f2ce633ed0afe21a90af1f8c
We ran into this issue when upgrading Kati on AOSP, but I've solved this on our side separately by clearing MAKEFLAGS, since we don't want the MAKEFLAGS override behavior and the variables are already available in the environment.
Simple shell testcase to drop into testcase/cmdline_var_spaces.sh:
Which prints out:
If you print out $(MAKEFLAGS), the makeflags is written as:
So kati's MAKEFLAGS parsing needs to handle the escaped spaces (I'm not sure if anything else can be escaped)
The text was updated successfully, but these errors were encountered: