File: 0001-fix-build-failure-after-successful-build.patch

package info (click to toggle)
jsonnet 0.20.0%2Bds-3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,376 kB
  • sloc: cpp: 66,583; ansic: 8,227; python: 2,833; sh: 1,948; javascript: 1,417; makefile: 197; java: 140
file content (22 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Last-Update: 2025-03-15
Subject: fix build failure after successful build
Forwarded: https://github.com/google/jsonnet/pull/1224

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c2051ff..9c8c6e6 100644
--- a/Makefile
+++ b/Makefile
@@ -213,7 +213,7 @@ $(RELEASE_FILE): bins
 dist: $(RELEASE_FILE)
 
 clean:
-	rm -vf */*~ *~ .*~ */.*.swp .*.swp $(ALL) *.o core/*.jsonnet.h Makefile.depend *.so.* $(RELEASE_FILE)
+	rm -rvf */*~ *~ .*~ */.*.swp .*.swp $(ALL) *.o core/*.jsonnet.h Makefile.depend *.so.* build jsonnet.egg-info $(RELEASE_FILE)
 
 -include Makefile.depend