RESOLVED FIXED 220370
watchOS make clean/installsrc fail with xcodebuild: error: You cannot specify -alltargets and also specify individual targets.
https://bugs.webkit.org/show_bug.cgi?id=220370
Summary watchOS make clean/installsrc fail with xcodebuild: error: You cannot specify...
Ryan Hostetler
Reported 2021-01-06 10:38:55 PST
rdar://72834872 Running make clean or make installsrc with watchOS SDK fails with error: xcodebuild: error: You cannot specify -alltargets and also specify individual targets. make[3]: *** [installsrc] Error 64 make[2]: *** [installsrc] Error 2 make[1]: *** [installsrc] Error 2 make: *** [installsrc] Error 2 Reproduce locally with: make installsrc SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS7.0.sdk SRCROOT=/tmp/Source.Clean make clean SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS7.0.sdk SRCROOT=/tmp/Source.Clean
Attachments
Patch (2.80 KB, patch)
2021-01-06 10:55 PST, Ryan Hostetler
no flags
Patch (3.17 KB, patch)
2021-01-06 11:39 PST, Ryan Hostetler
no flags
Patch (2.86 KB, patch)
2021-01-06 12:06 PST, Ryan Hostetler
no flags
Patch (2.90 KB, patch)
2021-01-06 12:18 PST, Ryan Hostetler
no flags
Ryan Hostetler
Comment 1 2021-01-06 10:55:17 PST
Ryan Hostetler
Comment 2 2021-01-06 11:39:45 PST
Ryan Hostetler
Comment 3 2021-01-06 12:06:08 PST
Andy Estes
Comment 4 2021-01-06 12:11:46 PST
Comment on attachment 417111 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=417111&action=review > Source/ThirdParty/libwebrtc/Makefile:5 > + TARGET = -target boringssl Nit: I'd call this XCODE_TARGET, since our Makefiles are cross-platform and this refers to Xcode's concept of a target.
Ryan Hostetler
Comment 5 2021-01-06 12:18:15 PST
EWS
Comment 6 2021-01-07 14:30:30 PST
Committed r271260: <https://trac.webkit.org/changeset/271260> All reviewed patches have been landed. Closing bug and clearing flags on attachment 417112 [details].
Note You need to log in before you can comment on or make changes to this bug.