mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Dont make 'World' with the -k flag. I want the compilation to stop as soon
as an error is encountered rather than at the make install phase.
This commit is contained in:
parent
e40294f732
commit
8400046413
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37110
11
x11/XFree86-4/files/patch-0
Normal file
11
x11/XFree86-4/files/patch-0
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile~ Wed Mar 22 22:23:30 2000
|
||||
+++ Makefile Thu Jan 11 23:40:04 2001
|
||||
@@ -8,7 +8,7 @@
|
||||
SHELL = /bin/sh
|
||||
RM = rm -f
|
||||
MV = mv
|
||||
-WORLDOPTS = -k
|
||||
+#WORLDOPTS = -k
|
||||
WIN32WORLDOPTS = -i
|
||||
TOP = .
|
||||
CURRENT_DIR = .
|
Loading…
Reference in New Issue
Block a user