debian/rules |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 98426f658619d19171c8a9a26a5cbaef7a178960
Author: Robert Hooker <sarv...@ubuntu.com>
Date:   Fri Jun 11 10:30:15 2010 -0400

    Drop accidental inclusion of ccache DEB_BUILD_OPTION handling.
    
    Yep, I'm an idiot.

diff --git a/debian/rules b/debian/rules
index dd5bf35..8789a58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,6 @@
 #export DH_VERBOSE=1
 
 CFLAGS = -Wall -g
-ifeq (,$(filter ccache,$(DEB_BUILD_OPTIONS)))
-       CC := ccache $(CC)
-       CXX := ccache $(CXX)
-endif
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
 else
@@ -220,7 +216,7 @@ $(STAMP)-build-%: configure
        find $(CURDIR)/* -maxdepth 0 -not -path '$(DEB_BUILD_DIR)*' | \
                xargs cp -rlf -t $(DEB_BUILD_DIR)/$*
        cd $(DEB_BUILD_DIR)/$* && \
-       ../../configure CC="$(CC)" CXX="$(CXX)" --prefix=/usr 
--mandir=\$${prefix}/share/man \
+       ../../configure --prefix=/usr --mandir=\$${prefix}/share/man \
                     --infodir=\$${prefix}/share/info --sysconfdir=/etc \
                     --localstatedir=/var $(confflags) $(confflags-$*)
        cd $(DEB_BUILD_DIR)/$* && $(MAKE)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1on5gu-000279...@alioth.debian.org

Reply via email to