commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Debian MIG packaging branch, master, updated. svn/end-9-g47ebb3d


From: Guillem Jover
Subject: [SCM] Debian MIG packaging branch, master, updated. svn/end-9-g47ebb3d
Date: Sun, 12 Jun 2011 06:19:35 +0000

The following commit has been merged in the master branch:
commit 3719e8d22dbababe4a5767bb12a9e454c4e1a96e
Author: Guillem Jover <address@hidden>
Date:   Wed Jun 1 03:09:22 2011 +0200

    Pass CFLAGS correctly to $(MAKE), instead of passing them as CCOPTIONS

diff --git a/debian/changelog b/debian/changelog
index 3b6723a..bdc90df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ mig (1.3.1.99-3) UNRELEASED; urgency=low
     inherited from the source stanza.
   * Add build-indep and build-arch targets and rename install target to
     install-arch in debian/rules.
+  * Pass CFLAGS correctly to $(MAKE), instead of passing them as CCOPTIONS.
 
   [ Samuel Thibault ]
   * Add Multi-Arch: foreign to allow installing the 32bit version on a 64bit
diff --git a/debian/rules b/debian/rules
index 12c0054..1d89a02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ build-indep:
 build-arch: configure
        dh_testdir
        
-       $(MAKE) -C build CCOPTIONS="$(CFLAGS)"
+       $(MAKE) -C build CFLAGS="$(CFLAGS)"
 
 build: build-indep build-arch
 

-- 
Debian MIG packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]