[Reproducible-commits] [cdbs] 16/41: Drop unused make targets python-install-py python-install-% python-clean-% python-build-stamp-%.

Mattia Rizzolo mattia at debian.org
Tue May 10 14:42:27 UTC 2016


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

mattia pushed a commit to branch reproducible
in repository cdbs.

commit 103b3f499312d92b55127bf3aa1eb2cc3763b8eb
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 29 18:27:42 2014 +0200

    Drop unused make targets python-install-py python-install-% python-clean-% python-build-stamp-%.
    
    Verified against <http://codesearch.debian.net>.
---
 1/class/python-distutils.mk.in | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/1/class/python-distutils.mk.in b/1/class/python-distutils.mk.in
index 434018a..d688147 100644
--- a/1/class/python-distutils.mk.in
+++ b/1/class/python-distutils.mk.in
@@ -106,8 +106,6 @@ pre-build::
 	mkdir -p debian/python-module-stampdir
 
 # build stage
-common-build-arch common-build-indep:: $(addprefix python-build-stamp-, $(cdbs_python_build_versions))
-
 $(patsubst %,build/%,$(cdbs_python_indep_packages) $(cdbs_python_arch_packages)) :: build/% : debian/python-module-stampdir/%
 
 $(patsubst %,debian/python-module-stampdir/%,$(cdbs_python_indep_packages)) :: debian/python-module-stampdir/%:
@@ -128,7 +126,7 @@ $(patsubst %,debian/python-module-stampdir/%,$(cdbs_python_arch_packages)) :: de
 
 
 # install stage
-$(patsubst %,install/%,$(cdbs_python_indep_packages)) :: install/%: python-install-py
+$(patsubst %,install/%,$(cdbs_python_indep_packages)) :: install/%:
 	cd $(cdbs_python_distutils_srcdir) && \
 		$(cdbs_curpythonindepbinary) \
 			$(cdbs_python_setup_cmd) install \
@@ -138,7 +136,7 @@ $(patsubst %,install/%,$(cdbs_python_indep_packages)) :: install/%: python-insta
 				--install-lib=$(call _cdbs_expand_python_distutils_skeldir,$(cdbs_curpythonpribinary))) \
 			$(cdbs_python_install_args)
 
-$(patsubst %,install/%,$(cdbs_python_arch_packages)) :: install/%: $(addprefix python-install-, $(cdbs_python_build_versions))
+$(patsubst %,install/%,$(cdbs_python_arch_packages)) :: install/%:
 	set -e; \
 	cd $(cdbs_python_distutils_srcdir) && \
 		$(foreach buildver,$(cdbs_curpythonbuildversions),\
@@ -150,13 +148,9 @@ $(patsubst %,install/%,$(cdbs_python_arch_packages)) :: install/%: $(addprefix p
 					--install-lib=$(call _cdbs_expand_python_distutils_skeldir,python$(buildver))) \
 				$(cdbs_python_install_args); )
 
-# Deprecated targets.  You should use above targets instead.
-$(addprefix python-build-stamp-, $(cdbs_python_build_versions)):
-python-install-py $(addprefix python-install-, $(cdbs_python_build_versions)):
-
 
 # clean stage
-clean:: $(patsubst %,python-module-clean/%,$(cdbs_python_indep_packages) $(cdbs_python_arch_packages)) $(addprefix python-clean-, $(cdbs_python_build_versions))
+clean:: $(patsubst %,python-module-clean/%,$(cdbs_python_indep_packages) $(cdbs_python_arch_packages))
 
 $(patsubst %,python-module-clean/%,$(cdbs_python_indep_packages)) :: python-module-clean/%:
 	-cd $(cdbs_python_distutils_srcdir) && \
@@ -171,9 +165,6 @@ $(patsubst %,python-module-clean/%,$(cdbs_python_arch_packages)) :: python-modul
 				$(cdbs_python_setup_cmd) clean \
 				$(cdbs_python_clean_args); )
 
-# Deprecated targets.  You should use above targets instead.
-$(addprefix python-clean-, $(cdbs_python_build_versions)):
-
 # cleanup stamp dir
 # (dh_clean choke on dirs named stamp, so need to happen before clean::)
 clean:: clean-python-distutils

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/cdbs.git



More information about the Reproducible-commits mailing list