Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8646] sorcery 1.11.4: this patch correct INSTALL_ROOT features

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8646] sorcery 1.11.4: this patch correct INSTALL_ROOT features
  • Date: Fri, 22 Apr 2005 00:08:09 -0700 (PDT)

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





------- Additional Comments From benoit.papillault AT sourcemage.org 2005-04-22
00:08 -------
DESTDIR is a feature of automake (not autoconf). However, most spell using
autoconf or something else implement it and some major spells (like glibc)
document their own way to do it.

./configure --prefix="${TRACK_ROOT}/usr" &&
make
make install DESTDIR="${INSTALL_ROOT}"

seems to compply with our existing documentation (so, we just need to let
people
know to comply with the existing documentation). I have to say that most
spells
use INSTALL_ROOT incorrectly so far, but i can be fixed quickly.

Benoit PAPILLAULT, ISO guru


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- 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