changeset 17696:3fa01b27b26b

maintainer-makefile: delete obsolete code I noticed this while reading through the file to debug a different issue. The grace period mentioned in the comment has elapsed. * top/maint.mk (build_aux): Drop old code, as threatened. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 04 Jun 2014 13:09:56 -0600
parents cb3ab1f4efea
children 5a079c01ad79
files ChangeLog top/maint.mk
diffstat 2 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 04 12:52:33 2014 -0600
+++ b/ChangeLog	Wed Jun 04 13:09:56 2014 -0600
@@ -1,5 +1,8 @@
 2014-06-04  Eric Blake  <eblake@redhat.com>
 
+	maintainer-makefile: delete obsolete code
+	* top/maint.mk (build_aux): Drop old code, as threatened.
+
 	maintainer-makefile: avoid spurious error messages
 	* top/maint.mk (syntax-check): Guard definition and use of
 	$(shell) by whether Makefile is present.
--- a/top/maint.mk	Wed Jun 04 12:52:33 2014 -0600
+++ b/top/maint.mk	Wed Jun 04 13:09:56 2014 -0600
@@ -21,13 +21,6 @@
 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
 ME := maint.mk
 
-# Diagnostic for continued use of deprecated variable.
-# Remove in 2013
-ifneq ($(build_aux),)
- $(error "$(ME): \
-set $$(_build-aux) relative to $$(srcdir) instead of $$(build_aux)")
-endif
-
 # Helper variables.
 _empty =
 _sp = $(_empty) $(_empty)