oops. Wasn't paying attention.-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.
I thought about that, but didn't. perhaps because it was doing make something... makes sense yah.
-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.
+
+./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).
Archive powered by MHonArc 2.6.24.