Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by David Kowis (34e32e995fb0b93b3a242e36e52f9b091e81b8ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <dkowis AT shlrm.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Kowis (34e32e995fb0b93b3a242e36e52f9b091e81b8ba)
  • Date: Sat, 27 Jan 2007 00:39:05 -0600

Jeremy Blosser wrote:
-GIT_MAKE_OPTS="$GIT_MAKE_OPTS $OPTS" &&
+#GIT_MAKE_OPTS="$GIT_MAKE_OPTS $OPTS" &&
+#
+#make HOME="${TRACK_ROOT}/usr" $GIT_MAKE_OPTS

You can just delete them, no need to comment and leave them.
oops. Wasn't paying attention.

-make HOME="${TRACK_ROOT}/usr" $GIT_MAKE_OPTS
+make configure &&

This 'make configure' should go in PRE_BUILD so the ./configure file exists
when CONFIG_LOC is run.
I thought about that, but didn't. perhaps because it was doing make something... makes sense yah.


+
+./configure --prefix="${INSTALL_ROOT}/usr" $OPTS &&
+
+make all

Is there a default 'all' target in the makefile? If so you could probably
just get away with the default_build (after moving the make configure to
PRE_BUILD).

Will check.

Got notes to take care of it tomorrow/this weekend. Unless someone gets to it first.

David




Archive powered by MHonArc 2.6.24.

Top of Page