[mathicgb] 229/393: Added back erroneously removed deb outer makefile target and changed /bin/evn to /usr/bin/env.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.

commit 3261bee77fcbadd355d50de90e84469aa52281db
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Wed Apr 10 17:39:21 2013 -0400

    Added back erroneously removed deb outer makefile target and changed /bin/evn to /usr/bin/env.
---
 build/setup/make-Makefile.sh | 32 ++++++--------------------------
 1 file changed, 6 insertions(+), 26 deletions(-)

diff --git a/build/setup/make-Makefile.sh b/build/setup/make-Makefile.sh
index f572a44..1c9fb12 100755
--- a/build/setup/make-Makefile.sh
+++ b/build/setup/make-Makefile.sh
@@ -1,4 +1,4 @@
-#!/bin/env bash
+#!/usr/bin/env bash
 
 mildWarn="" #-Wall -Wextra"
 
@@ -38,16 +38,6 @@ targetsLDFLAGS+=("");
 targetsMakeArgs+=("");
 targetsDefault+=("yes");
 
-# new release
-relnIndex=${#targetsName[@]};
-targetsName+=("reln");
-targetsDescription+=("New release build. Optimized, no debug symbols, no asserts.");
-targetsCPPFLAGS+=("-O2 -DMATHICGB_USE_MONOID");
-targetsCXXFLAGS+=("");
-targetsLDFLAGS+=("");
-targetsMakeArgs+=("");
-targetsDefault+=("no");
-
 # optimized with asserts
 relassIndex=${#targetsName[@]};
 targetsName+=("relass");
@@ -58,21 +48,11 @@ targetsLDFLAGS+=("");
 targetsMakeArgs+=("");
 targetsDefault+=("yes");
 
-# optimized with asserts
-relassnIndex=${#targetsName[@]};
-targetsName+=("relassn");
-targetsDescription+=("Optimized build with asserts. No debug symbols.");
-targetsCPPFLAGS+=("-DMATHICGB_USE_MONOID -O2 -DMEMTAILOR_DEBUG -DMATHIC_DEBUG -DMATHICGB_DEBUG $mildWarn");
-targetsCXXFLAGS+=("");
-targetsLDFLAGS+=("");
-targetsMakeArgs+=("");
-targetsDefault+=("no");
-
-# optimized with asserts
-relassIndex=${#targetsName[@]};
-targetsName+=("relass");
-targetsDescription+=("Optimized build with asserts. No debug symbols.");
-targetsCPPFLAGS+=("-O2 -DMEMTAILOR_DEBUG -DMATHIC_DEBUG -DMATHICGB_DEBUG $mildWarn");
+# debug with asserts
+debIndex=${#targetsName[@]};
+targetsName+=("deb");
+targetsDescription+=("Debug build with asserts. Not optimized.");
+targetsCPPFLAGS+=("-g -DMEMTAILOR_DEBUG -DMATHIC_DEBUG -DMATHICGB_DEBUG $mildWarn");
 targetsCXXFLAGS+=("");
 targetsLDFLAGS+=("");
 targetsMakeArgs+=("");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list