Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 3315] compiler cache is not being executed (devel)

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 3315] compiler cache is not being executed (devel)
  • Date: Sat, 10 May 2003 20:08:13 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=3315





------- Additional Comments From ace118 AT hotmail.com 2003-05-10 20:08 -------
replace invoke_build_dir in /var/lib/sorcery/modules/libsorcery with

invoke_build_dir() {
{
{ [ "$CCACHE" == "on" ] && spell_installed ccache ; } ||
{ [ -n "$DISTCC_HOSTS" ] && spell_installed distcc ; }
} && export PATH="/var/lib/sorcery/build:$PATH"
}




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page