]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: delete obsolete code
authorEric Blake <eblake@redhat.com>
Wed, 4 Jun 2014 19:09:56 +0000 (13:09 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 4 Jun 2014 19:09:56 +0000 (13:09 -0600)
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>
ChangeLog
top/maint.mk

index 27e8256d7a5b64a32309fb9ccca589f7998232a7..97da78d035f30f7d1b523fa1e88317e175f0ed94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 2e1bae63257f3f3a414ac6bc637cba928437143a..3f369b7161d118fc3a3f2a56760cc409f1cf292c 100644 (file)
 # 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)