Bug 217231

Summary: Seeing "usage: basename string [suffix]" spam when using make to build
Product: WebKit Reporter: Sam Weinig <sam>
Component: Tools / TestsAssignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, darin, krollin, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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].