Skip to content

build: replace -not with ! in find - #24635

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:notnotnot
Closed

build: replace -not with ! in find#24635
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:notnotnot

Conversation

@Trott

Copy link
Copy Markdown
Member

Replace find -not usage with find ! as -not is not universally
supported.

Fixes: #24634

@nodejs/build-files @rvagg @nodejs/platform-aix

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Replace `find -not` usage with `find !` as `-not` is not universally
supported.
Fixes: nodejs#24634
@TrottTrott added build Issues and PRs related to build files or the CI. aix Issues and PRs related to the AIX platform. fast-track PRs that do not need to wait for 48 hours to land. labels Nov 25, 2018
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@Trott

Copy link
Copy Markdown
MemberAuthor

👍 here to fast-track

@Trott

Copy link
Copy Markdown
MemberAuthor

@Trott

Copy link
Copy Markdown
MemberAuthor

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 25, 2018
@gireeshpunathil

Copy link
Copy Markdown
Member

landed as e20be47

gireeshpunathil pushed a commit that referenced this pull request Nov 25, 2018
Replace `find -not` usage with `find !` as `-not` is not universally
supported.
Fixes: #24634
PR-URL: #24635
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
targos pushed a commit that referenced this pull request Nov 27, 2018
Replace `find -not` usage with `find !` as `-not` is not universally
supported.
Fixes: #24634
PR-URL: #24635
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
Replace `find -not` usage with `find !` as `-not` is not universally
supported.
Fixes: #24634
PR-URL: #24635
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BridgeARBridgeAR mentioned this pull request Dec 5, 2018
4 tasks
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
Replace `find -not` usage with `find !` as `-not` is not universally
supported.
Fixes: nodejs#24634
PR-URL: nodejs#24635
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
BethGriggs pushed a commit that referenced this pull request Feb 11, 2019
Replace `find -not` usage with `find !` as `-not` is not universally
supported.
Fixes: #24634
PR-URL: #24635
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BethGriggsBethGriggs mentioned this pull request Feb 12, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
Replace `find -not` usage with `find !` as `-not` is not universally
supported.
Fixes: #24634
PR-URL: #24635
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@Trott
Trott deleted the notnotnot branch January 13, 2022 22:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aixIssues and PRs related to the AIX platform.author readyPRs that have at least one approval, no pending requests for changes, and a CI started.buildIssues and PRs related to build files or the CI.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AIX bug in Makefile - find with -not

6 participants

@Trott@nodejs-github-bot@gireeshpunathil@lpinca@richardlau@BethGriggs