File: makefile-notparallel.patch

package info (click to toggle)
octave-optiminterp 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 344 kB
  • ctags: 76
  • sloc: f90: 295; cpp: 85; makefile: 31; sh: 21
file content (15 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Disable parallel building to avoid random FTBFS
 The Makefile does not support it.
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: no
Last-Update: 2015-07-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Makefile
+++ b/src/Makefile
@@ -40,3 +40,5 @@ check:
 
 clean:
 	rm -f *.o *.oct *~ *.mod
+
+.NOTPARALLEL: