-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
AIX bug in Makefile - find with -not #24634
Copy link
Copy link
Closed
Labels
aixIssues and PRs related to the AIX platform.Issues and PRs related to the AIX platform.buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.
Description
Activity
Metadata
Metadata
Assignees
Labels
aixIssues and PRs related to the AIX platform.Issues and PRs related to the AIX platform.buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.
Noticed this the other day when testing the proposed
SKIP_XZfeature. Runningmakeon AIX complains when runningmakenow because there is afindwith a-notwhich is apparently not supported. It was first introduced in eebcb48, which is a year ago. It's not fatal, but it errors when you startmakeand lint-md won't work properly because of it.The error shows up in every run if you look at the console output, e.g. the latest one right now @ https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix61-ppc64/19164/consoleFull:
Low priority I suppose. Over to the IBM folks.