File: build_options.patch

package info (click to toggle)
surf 2.1%2Bgit20221016-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 316 kB
  • sloc: ansic: 2,401; makefile: 124; sh: 75; python: 58
file content (17 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: don't print build options
 it triggers a false positive "NONVERBOSE BUILD:" in blhc,
 because it prints "CC = ..."
Forwarded: not-needed

--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 WOBJ = $(WSRC:.c=.o)
 WLIB = $(WSRC:.c=.so)
 
-all: options surf $(WLIB)
+all: surf $(WLIB)
 
 options:
 	@echo surf build options: