gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1068: avoid auto-installing libc


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1068: avoid auto-installing libc
Date: Tue, 06 Nov 2012 00:29:41 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1068
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-06 00:29:41 +0100
message:
  avoid auto-installing libc
modified:
  gar.conf.mk
=== modified file 'gar.conf.mk'
--- a/gar.conf.mk       2010-12-20 14:13:01 +0000
+++ b/gar.conf.mk       2012-11-05 23:29:41 +0000
@@ -4,12 +4,12 @@
 GARBALLDIR = $(GARDIR)/cache/garstow/garballs
 
 # Flags to pass to make to build in parallel.
-MAKE_ARGS_PARALLEL ?=
+MAKE_ARGS_PARALLEL ?= -j1
 
 # List of packages that should not be installed automatically as dependencies
 # by GARStow -- for example, if they're provided by an underlying operating
 # system.
-IGNORE_DEPS =
+IGNORE_DEPS = libc
 
 # If you want rules to apply to all packages ("custom-pre-stow" etc.), then
 # define them here.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]