Skip to content

linux: avoid spurious warnings from make - #257

Open
aspiers wants to merge 1 commit into
rvaiya:masterfrom
aspiers:clean
Open

linux: avoid spurious warnings from make#257
aspiers wants to merge 1 commit into
rvaiya:masterfrom
aspiers:clean

Conversation

@aspiers

@aspiers aspiers commented Jul 2, 2023

Copy link
Copy Markdown

If the artifacts to clean don't exist, rm(1) will emit a warning which may worry the user. But there is nothing to worry about, so silence the warning with the -f flag.

Similarly, if the bin/ directory already exists, mkdir(1) will emit an unnecessary warning, so add the -p flag.

If the artifacts to clean don't exist, rm(1) will emit a warning
which may worry the user.  But there is nothing to worry about, so
silence the warning with the -f flag.

Similarly, if the bin/ directory already exists, mkdir(1) will emit
an unnecessary warning, so add the -p flag.
msibal6 pushed a commit to msibal6/warpd that referenced this pull request May 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant