Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d3373e8a345491e71dd0878b511c4adad20069a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d3373e8a345491e71dd0878b511c4adad20069a7)
  • Date: Mon, 07 Jan 2008 16:44:25 -0800

Quoting Vlad Glagolev <scm AT sourcemage.org>:

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

FUNCTIONS | 6 ++++++
1 files changed, 6 insertions(+)

New commits:
commit d3373e8a345491e71dd0878b511c4adad20069a7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

FUNCTIONS: default perl-cpan build function

diff --git a/FUNCTIONS b/FUNCTIONS
index 70ea38e..c11bdb4 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -411,6 +411,12 @@ function default_install_python() {
python setup.py install ${INSTALL_ROOT:+--root "$INSTALL_ROOT/"}
}

+#-------------------------------------------------------------------------
+## Default build for Perl spell.
+#-------------------------------------------------------------------------
+function default_build_perl() {
+ perl Makefile.PL $OPTS && make
+}

#---
## disable_pic

nitpick, `make` should be on a new line. ;)

-sandalle


--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285





Archive powered by MHonArc 2.6.24.

Top of Page