[eso-midas] 01/03: Provide more compilation output from makefiles

Ole Streicher olebole-guest at moszumanska.debian.org
Thu Jun 5 12:07:36 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository eso-midas.

commit 60d4a81cf90c49172203de59b957b18d09a6ac19
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Jun 5 13:40:30 2014 +0200

    Provide more compilation output from makefiles
---
 debian/patches/output-to-stdout.patch | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/debian/patches/output-to-stdout.patch b/debian/patches/output-to-stdout.patch
index ad27924..b7cc376 100644
--- a/debian/patches/output-to-stdout.patch
+++ b/debian/patches/output-to-stdout.patch
@@ -32,3 +32,36 @@ Description: Run compilation in foreground and write log to stdout
 -  echo ""
 -fi
  exit 0
+--- a/lib/makefile
++++ b/lib/makefile
+@@ -18,7 +18,7 @@
+ 
+ include ../local/default.mk
+ 
+-DEV_NULL = >/dev/null 2>&1
++DEV_NULL =
+ 
+ LIBMIDAS = $(LIBDIR)/libmidas.a 
+ LIBGMIDAS = $(LIBDIR)/libgmidas.a 
+--- a/system/ftoc/makefile
++++ b/system/ftoc/makefile
+@@ -12,7 +12,7 @@
+ include ../../local/default.mk
+ 
+ DEV_NULL= >/dev/null 2>&1
+-# DEV_NULL=
++DEV_NULL=
+ 
+ M = ../exec
+ 
+--- a/system/machine/makefile
++++ b/system/machine/makefile
+@@ -16,7 +16,7 @@
+ 
+ include ../../local/default.mk
+ 
+-DEV_NULL= >/dev/null 2>&1
++DEV_NULL=
+ 
+ M = ../exec
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/eso-midas.git



More information about the debian-science-commits mailing list