Bug 216863 - Unify debug and release target aliases
Summary: Unify debug and release target aliases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-22 19:29 PDT by Keith Rollin
Modified: 2020-09-22 20:38 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.55 KB, patch)
2020-09-22 19:33 PDT, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 2020-09-22 19:29:11 PDT
Some Makefiles have "debug", "d", "release", and "r" for build targets. Others also include "dev", "develop", "development", "dep", "deploy", and "deployment". Because of this inconsistency, trying to use those additional targets didn't work. It looks like all Makefiles used to support all of those targets, but some got dropped along the way. For instance, the top-level Makefile and Source/Makefile dropped them in 2013 as part of Bug 107863. And it looks like WebKitLibraries/Makefile never had them. Given that those additional targets don't work, it seems like no one uses them, so let's remove them completely.
Comment 1 Radar WebKit Bug Importer 2020-09-22 19:29:25 PDT
<rdar://problem/69407746>
Comment 2 Keith Rollin 2020-09-22 19:33:11 PDT
Created attachment 409443 [details]
Patch
Comment 3 EWS 2020-09-22 20:38:22 PDT
Committed r267458: <https://trac.webkit.org/changeset/267458>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409443 [details].