diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-20 20:28:44 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-20 20:28:59 +0100 |
commit | 7b2e9f4170bf3183c20f9c00b3e16da4a41f4dff (patch) | |
tree | 2ed41162cd7600dcde6a8a47bd0e9d2a3ce20716 | |
parent | 29967b2f7ad290cde7c3c96c3f6b8fd487a13e3b (diff) | |
download | idutils-7b2e9f4170bf3183c20f9c00b3e16da4a41f4dff.tar.gz idutils-7b2e9f4170bf3183c20f9c00b3e16da4a41f4dff.tar.bz2 idutils-7b2e9f4170bf3183c20f9c00b3e16da4a41f4dff.zip |
maint: cfg.mk: remove factored-out ftp host/dir definitions
* cfg.mk (gnu_ftp_host-alpha, gnu_ftp_host-beta gnu_ftp_host-stable):
(gnu_rel_host, url_dir_list): Remove definitions. The defaults,
now provided by maint.mk, are the same.
* gnulib: Update for latest, including those maint.mk additions.
-rw-r--r-- | cfg.mk | 10 | ||||
m--------- | gnulib | 0 |
2 files changed, 0 insertions, 10 deletions
@@ -14,16 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# Use alpha.gnu.org for alpha and beta releases. -# Use ftp.gnu.org for major releases. -gnu_ftp_host-alpha = alpha.gnu.org -gnu_ftp_host-beta = alpha.gnu.org -gnu_ftp_host-major = ftp.gnu.org -gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) - -url_dir_list = \ - ftp://$(gnu_rel_host)/gnu/$(PACKAGE) - # Used in maint.mk's web-manual rule manual_title = GNU idutils: ID database utilities diff --git a/gnulib b/gnulib -Subproject 453d6be7ea3ca6792fd28a71ccc0f1107a9239a +Subproject 481f709ceba803288289da8e11a52d309d0fc9a |