projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'debian/sid' into debian/experimental
[apt.git]
/
buildlib
/
defaults.mak
diff --git
a/buildlib/defaults.mak
b/buildlib/defaults.mak
index 5b970876a35d0b7f67c7a73c76281f3a6de2c603..599b9ed852d6af3086e31550097371c3fb0b036e 100644
(file)
--- a/
buildlib/defaults.mak
+++ b/
buildlib/defaults.mak
@@
-172,12
+172,11
@@
ifeq ($(NUM_PROCS),1)
PARALLEL_RUN=no
endif
PARALLEL_RUN=no
endif
-# mvo: commented out, lead to build failures in the arch-build target
-#ifndef PARALLEL_RUN
-# PARALLEL_RUN=yes
-# .EXPORT: PARALLEL_RUN
-# # handle recursion
-# ifneq ($(NUM_PROCS),)
-# MAKEFLAGS += -j $(NUM_PROCS)
-# endif
-#endif
+ifndef PARALLEL_RUN
+ PARALLEL_RUN=yes
+ export PARALLEL_RUN
+ # handle recursion
+ ifneq ($(NUM_PROCS),)
+ MAKEFLAGS += -j $(NUM_PROCS)
+ endif
+endif