summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Buildsystems.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-15 15:40:43 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-15 15:40:43 -0400
commit2ca0698b769198643fba857e50a81b880f96adeb (patch)
tree61f84441b8c7c6342e92bc9261663d5aefedcd1d /Debian/Debhelper/Dh_Buildsystems.pm
parent14d936391e07454c7936a28c512e8b42b26cd05e (diff)
removal of comments I'm satisfied with
Diffstat (limited to 'Debian/Debhelper/Dh_Buildsystems.pm')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index 3d45e130..e3c78052 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -13,22 +13,6 @@ use Debian::Debhelper::Dh_Lib;
use base 'Exporter';
our @EXPORT=qw(&buildsystems_init &buildsystems_do &load_buildsystem);
-# XXX JEH as noted, this has to match historical order for back-compat
-# XXX MDX Current dh_auto_* look like:
-# configure: autotools, perl_makemaker, perl_build
-# build: makefile, python_distutils, perl_build
-# test: makefile, perl_build
-# install: makefile (with perl_makermaker) hack, python_distutils, perl_build
-# clean: makefile, python_distutils, perl_build
-# So historical @BUILDSYSTEMS order (as per autodetection, see
-# check_auto_buildable() of the respective classes):
-# autotools (+configure; the rest - next class)
-# perl_makemaker (+configure +install (special hack); the rest - next class)
-# makefile (+build +test +install +clean; configure - next class)
-# python_distutils (handles everything)
-# perl_build (handles everything)
-# XXX JEH I think that makes sense..
-
# Historical order must be kept for backwards compatibility. New
# buildsystems MUST be added to the END of the list.
our @BUILDSYSTEMS = (