File: parallel_builds

package info (click to toggle)
preload 0.6.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 772 kB
  • sloc: ansic: 2,100; sh: 1,265; makefile: 196
file content (17 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Don't build objects twice in parallel
 Two gcc compiling the same object in parallel can result
 in FTBFS due to corrupted objects.
Author: Adrian Bunk <bunk@debian.org>

--- preload-0.6.4.orig/src/Makefile.am
+++ preload-0.6.4/src/Makefile.am
@@ -54,8 +54,7 @@ MAINTAINERCLEANFILES = preload.8
 
 dist_man_MANS = preload.8
 
-$(srcdir)/preload.8: cmdline.c ../configure.ac preload.8.i
-	$(MAKE) $(AM_MAKEFLAGS) preload
+$(srcdir)/preload.8: preload.8.i preload
 	@echo "Creating $@ using help2man(1)"
 	@$(top_builddir)/missing --run \
 	   help2man --no-info --section=8 --include=preload.8.i \