[PR #2132] [MERGED] Use POSIX complaint ! operator in find #16249

Closed
opened 2025-11-02 12:05:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2132
Author: @rsmarples
Created: 7/9/2017
Status: Merged
Merged: 7/10/2017
Merged by: @lunny

Base: masterHead: fix-makefile-posix


📝 Commits (2)

  • ddfb6a6 Use POSIX complaint ! operator in find
  • aa7b3bf Revert change in vendor directory as requested

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Makefile (+1 -1)

📄 Description

-not is a GNU extension and not all find(8) implementations
support it. It's just an alias for ! which is POSIX compliant.

Now gitea compiles on NetBSD at least.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2132 **Author:** [@rsmarples](https://github.com/rsmarples) **Created:** 7/9/2017 **Status:** ✅ Merged **Merged:** 7/10/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix-makefile-posix` --- ### 📝 Commits (2) - [`ddfb6a6`](https://github.com/go-gitea/gitea/commit/ddfb6a68185da6cdb7b79f7c940e974dc40429ed) Use POSIX complaint ! operator in find - [`aa7b3bf`](https://github.com/go-gitea/gitea/commit/aa7b3bf6b1359555d580181cd7896554b7855eb3) Revert change in vendor directory as requested ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) </details> ### 📄 Description -not is a GNU extension and not all find(8) implementations support it. It's just an alias for ! which is POSIX compliant. Now gitea compiles on NetBSD at least. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:05:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16249