-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing error when variables in dependencies include '=' #138
Comments
hubot
pushed a commit
to aosp-mirror/platform_build
that referenced
this issue
Jul 17, 2018
Kati produces errors when a variable containing '=' is used as a dependency: google/kati#138 So provide a better error message instead. Test: Add a module with an '=', see new error Change-Id: I09d570a8d19abb067621af9983a9d568b643dfb0
mehulagg
pushed a commit
to mehulagg/superproject
that referenced
this issue
Dec 21, 2019
* Update build/make from branch 'master' to 45819baa42ee1af7570c1a49e0c67f6f1336bd37 - Merge "Remove '=' from the valid module/stem names" - Remove '=' from the valid module/stem names Kati produces errors when a variable containing '=' is used as a dependency: google/kati#138 So provide a better error message instead. Test: Add a module with an '=', see new error Change-Id: I09d570a8d19abb067621af9983a9d568b643dfb0
mehulagg
pushed a commit
to mehulagg/superproject
that referenced
this issue
Dec 21, 2019
* Update build/make from branch 'master' to 45819baa42ee1af7570c1a49e0c67f6f1336bd37 - Merge "Remove '=' from the valid module/stem names" - Remove '=' from the valid module/stem names Kati produces errors when a variable containing '=' is used as a dependency: google/kati#138 So provide a better error message instead. Test: Add a module with an '=', see new error Change-Id: I09d570a8d19abb067621af9983a9d568b643dfb0
mehulagg
pushed a commit
to mehulagg/superproject
that referenced
this issue
Dec 21, 2019
* Update build/make from branch 'master' to 45819baa42ee1af7570c1a49e0c67f6f1336bd37 - Merge "Remove '=' from the valid module/stem names" - Remove '=' from the valid module/stem names Kati produces errors when a variable containing '=' is used as a dependency: google/kati#138 So provide a better error message instead. Test: Add a module with an '=', see new error Change-Id: I09d570a8d19abb067621af9983a9d568b643dfb0
mehulagg
pushed a commit
to mehulagg/superproject
that referenced
this issue
Dec 21, 2019
* Update build/make from branch 'master' to 45819baa42ee1af7570c1a49e0c67f6f1336bd37 - Merge "Remove '=' from the valid module/stem names" - Remove '=' from the valid module/stem names Kati produces errors when a variable containing '=' is used as a dependency: google/kati#138 So provide a better error message instead. Test: Add a module with an '=', see new error Change-Id: I09d570a8d19abb067621af9983a9d568b643dfb0
mehulagg
pushed a commit
to mehulagg/superproject
that referenced
this issue
Dec 21, 2019
* Update build/make from branch 'master' to 45819baa42ee1af7570c1a49e0c67f6f1336bd37 - Merge "Remove '=' from the valid module/stem names" - Remove '=' from the valid module/stem names Kati produces errors when a variable containing '=' is used as a dependency: google/kati#138 So provide a better error message instead. Test: Add a module with an '=', see new error Change-Id: I09d570a8d19abb067621af9983a9d568b643dfb0
mehulagg
pushed a commit
to mehulagg/superproject
that referenced
this issue
Dec 21, 2019
* Update build/make from branch 'master' to 45819baa42ee1af7570c1a49e0c67f6f1336bd37 - Merge "Remove '=' from the valid module/stem names" - Remove '=' from the valid module/stem names Kati produces errors when a variable containing '=' is used as a dependency: google/kati#138 So provide a better error message instead. Test: Add a module with an '=', see new error Change-Id: I09d570a8d19abb067621af9983a9d568b643dfb0
mehulagg
pushed a commit
to mehulagg/superproject
that referenced
this issue
Dec 21, 2019
* Update build from branch 'master' to 45819baa42ee1af7570c1a49e0c67f6f1336bd37 - Merge "Remove '=' from the valid module/stem names" - Remove '=' from the valid module/stem names Kati produces errors when a variable containing '=' is used as a dependency: google/kati#138 So provide a better error message instead. Test: Add a module with an '=', see new error Change-Id: I09d570a8d19abb067621af9983a9d568b643dfb0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This appears to work in make 3.81 & 4.1, but causes a parsing error in kati:
I believe that it's parsing the '=' sign out of $(built) and setting a target-specific variable instead of using it as a dependency.
The text was updated successfully, but these errors were encountered: