[caffe-contrib] 104/362: d/rules: strip custom target

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:19 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit 098d8464ff4e20d8a798a0317072ff090aae7f84
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Sep 1 03:11:19 2015 +0000

    d/rules: strip custom target
---
 debian/rules | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3e8dba5..c92d166 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,14 +100,9 @@ endif
 
 # Since the Distributed Binary Caffe can not play the best performance
 # of user's machines, it's good to provide a custom build target,
-# allowing users to build their local performance-optimized packages.
+# allowing users to build their locally performance-optimized packages.
 # TODO: fix this custom target with CMake
 #.PHONY: custom
 #custom:
-#	# this custom target is inspired by openblas's rules.
-#	if [ ! -e debian/custom/Makefile.config ]; then \
-#	printf "E: please put your Makefile.config into debian/custom/\n"; false; \
-#	fi
-#	cp debian/custom/Makefile.config ./
 #	dch --local='+custom' "Custom build on `uname -a`"
-#	LANG=C $(RULES) TARGET=custom build binary
+#	LANG=C $(RULES) TARGET=build binary

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe-contrib.git



More information about the debian-science-commits mailing list