[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. upstream/8.0.0-60-g577385c

Jakub Adam jakub.adam at ktknet.cz
Fri Sep 30 17:48:02 UTC 2011


The following commit has been merged in the master branch:
commit fc9f6b9e31dd083af48053c417b21f9e0df08d68
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sat Sep 17 13:31:37 2011 +0200

    Add phony build target to debian/rules
    
    Conflicts now with build directory in the root of source tree

diff --git a/debian/rules b/debian/rules
index 706f86f..a6eb324 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,9 @@ endif
 
 BUILD_DIR:=debian/.eclipse-build
 
-%:
+.PHONY: build
+
+build %:
 	dh $@ --with eclipse-helper
 
 override_dh_auto_clean:

-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.



More information about the pkg-java-commits mailing list