File: 0010-Makefile-Don-t-run-git-clean.patch

package info (click to toggle)
shaarli 0.14.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,612 kB
  • sloc: php: 30,001; javascript: 2,083; makefile: 139; xml: 69; python: 42; sh: 35
file content (21 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: James Valleroy <jvalleroy@mailbox.org>
Date: Sun, 3 Dec 2023 19:08:35 -0500
Subject: Makefile: Don't run git clean

Forwarded: not-needed
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index f07acc3..0c1998a 100644
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,6 @@ release_zip: composer_dependencies htmldoc translate build_frontend
 
 ### remove all unversioned files
 clean:
-	@git clean -df
 	@rm -rf sandbox trivy*
 
 ### generate the AUTHORS file from Git commit information