Bug 217231 - Seeing "usage: basename string [suffix]" spam when using make to build
Summary: Seeing "usage: basename string [suffix]" spam when using make to build
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-10-02 09:52 PDT by Sam Weinig
Modified: 2020-10-02 17:18 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2020-10-02 12:31 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 Sam Weinig 2020-10-02 09:52:26 PDT
I'm seeing the following spam on the command line when using make to build from directories like Source/WebCore:

samweinig:.../Source/WebCore> make
usage: basename string [suffix]
       basename [-a] [-s suffix] string [...]
===== BUILDING  =====

I believe this is likely from https://bugs.webkit.org/show_bug.cgi?id=216865.
Comment 1 Sam Weinig 2020-10-02 10:14:59 PDT
I am guessing this is because not all the Makefiles define PATH_FROM_ROOT.
Comment 2 Radar WebKit Bug Importer 2020-10-02 11:25:04 PDT
<rdar://problem/69889138>
Comment 3 Keith Rollin 2020-10-02 12:22:33 PDT
Caused by Bug 216865.
Comment 4 Keith Rollin 2020-10-02 12:31:36 PDT
Created attachment 410355 [details]
Patch
Comment 5 EWS 2020-10-02 17:18:30 PDT
Committed r267902: <https://trac.webkit.org/changeset/267902>

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