Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10830] New: gnustep-make/BUILD looks broken to me...

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10830] New: gnustep-make/BUILD looks broken to me...
  • Date: 5 Apr 2006 10:53:46 -0000

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

Summary: gnustep-make/BUILD looks broken to me...
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: gnustep-libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: ruskie AT email.si
CC: baux AT sourcemage.org


./configure \
--prefix=/opt/GNUstep #FSHS and openstep spec
$OPTS &&
make &&

if [ "$DOCU" == "y" ];
then
cd Documentation &&
make &&
cd ../
fi

this I don't think will work... and you could just do:
OPTS="--prefix=/opt/GNUstep $OPTS" &&
default_build

since you seem to be doing just an alternative to it...

--
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.



  • [SM-Grimoire-Bugs] [Bug 10830] New: gnustep-make/BUILD looks broken to me..., bugzilla-daemon, 04/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page