summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-06 16:50:41 -0400
committerJoey Hess <joey@kitenet.net>2013-05-06 16:50:41 -0400
commit2bb8664eb6b822d40d23ffd55c64ff538849df77 (patch)
treea9a7dfa8d87832824bbc38708ffefdd6b2db92e4 /debian
parent9fb5652f1cdaf989ad78cdadd0d85897eb17ef2e (diff)
makefile buildsystem: Pass any parameters specified after -- when running make -n to test for the existance of targets. In some makefiles, the parameters may be necessary to enable a target. Closes: #706923
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 55f764f8..d27015c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ debhelper (9.20130505) UNRELEASED; urgency=low
Closes: #705141
* dh_installdeb: Drop pre-dependency on dpkg for dpkg-maintscript-helper.
Closes: #703264
+ * makefile buildsystem: Pass any parameters specified after -- when
+ running make -n to test for the existance of targets.
+ In some makefiles, the parameters may be necessary to enable a target.
+ Closes: #706923
-- Joey Hess <joeyh@debian.org> Sun, 05 May 2013 11:34:20 -0400