[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:46:39 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e62c01a72335031d505cc8ce6846936ba6719861
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 24 18:31:02 2001 +0000

    Fixed recursive call to make in test target
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@182 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/Makefile.in b/WebCore/Makefile.in
index 16f03d5..ee929da 100644
--- a/WebCore/Makefile.in
+++ b/WebCore/Makefile.in
@@ -57,7 +57,7 @@ all depend setup install clean distclean maintainer-clean:
 
 test:
 	cd src/kwq/tests && \
-	make && \
+	$(MAKE) && \
 	./harness
 
 local-all:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list