[PR #7671] [CLOSED] build: add sync-clean target #17753

Closed
opened 2026-04-16 06:12:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7671
Author: @dhiltgen
Created: 11/14/2024
Status: Closed

Base: mainHead: sync-clean


📝 Commits (1)

  • 37e991e build: add sync-clean target

📊 Changes

2 files changed (+5 additions, -1 deletions)

View changed files

📝 llama/Makefile (+1 -1)
📝 llama/make/Makefile.sync (+4 -0)

📄 Description

Helpful target to ensure all vendored files are fresh

Since the sync target uses file timestamps, if you jump back and forth between different upstream commits it can get confused and fail to sync the "new" content since timestamps are older. This gives a quick way to reset all the vendored files to avoid potentially missing anything.


🔄 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/ollama/ollama/pull/7671 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 11/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sync-clean` --- ### 📝 Commits (1) - [`37e991e`](https://github.com/ollama/ollama/commit/37e991e26777840f42d1d03cd103d89acd925fc0) build: add sync-clean target ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `llama/Makefile` (+1 -1) 📝 `llama/make/Makefile.sync` (+4 -0) </details> ### 📄 Description Helpful target to ensure all vendored files are fresh Since the sync target uses file timestamps, if you jump back and forth between different upstream commits it can get confused and fail to sync the "new" content since timestamps are older. This gives a quick way to reset all the vendored files to avoid potentially missing anything. --- <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 2026-04-16 06:12:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#17753