]> git.pld-linux.org Git - packages/apt.git/blame - apt-no_PARALLEL_RUN.patch
- readline 5.0
[packages/apt.git] / apt-no_PARALLEL_RUN.patch
CommitLineData
ed34ec95 1--- apt-0.3.19cnc52/buildlib/defaults.mak~ Wed Aug 1 23:31:58 2001
2+++ apt-0.3.19cnc52/buildlib/defaults.mak Wed Aug 15 03:09:45 2001
3@@ -164,16 +164,3 @@
4 endif
5 endif
6
7-# Automatic -j support
8-ifeq ($(NUM_PROCS),1)
9- PARALLEL_RUN=no
10-endif
11-
12-ifndef PARALLEL_RUN
13- PARALLEL_RUN=yes
14- .EXPORT: PARALLEL_RUN
15- # handle recursion
16- ifneq ($(NUM_PROCS),)
17- MAKEFLAGS += -j $(NUM_PROCS)
18- endif
19-endif
This page took 0.068358 seconds and 4 git commands to generate.