From a95d9b55a720d05bf04c7c28946278e6b03354c0 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 1 Mar 2019 12:13:27 +0100 Subject: gmake: remove after on year in staging Signed-off-by: Michael Olbrich --- rules/gmake.in | 14 ------------- rules/gmake.make | 62 -------------------------------------------------------- 2 files changed, 76 deletions(-) delete mode 100644 rules/gmake.in delete mode 100644 rules/gmake.make diff --git a/rules/gmake.in b/rules/gmake.in deleted file mode 100644 index 05b8602ac..000000000 --- a/rules/gmake.in +++ /dev/null @@ -1,14 +0,0 @@ -## SECTION=staging -## old section: -### SECTION=scripting_languages - -config GMAKE - tristate - prompt "gmake" - select LIBC_RT - select LIBC_PTHREAD - help - gmake is GNU make. - - STAGING: remove in ptxdist-2019.02.0 - Really old version that needs updating and fails to build with gcc 7.x. diff --git a/rules/gmake.make b/rules/gmake.make deleted file mode 100644 index 791ffc4b3..000000000 --- a/rules/gmake.make +++ /dev/null @@ -1,62 +0,0 @@ -# -*-makefile-*- -# -# Copyright (C) 2008 by Robert Schwebel -# -# See CREDITS for details about who has contributed to this project. -# -# For further information about the PTXdist project and license conditions -# see the README file. -# - -# -# We provide this package -# -PACKAGES-$(PTXCONF_GMAKE) += gmake - -# -# Paths and names -# -GMAKE_VERSION := 3.81 -GMAKE_MD5 := 354853e0b2da90c527e35aabb8d6f1e6 -GMAKE := make-$(GMAKE_VERSION) -GMAKE_SUFFIX := tar.bz2 -GMAKE_URL := $(call ptx/mirror, GNU, make/$(GMAKE).$(GMAKE_SUFFIX)) -GMAKE_SOURCE := $(SRCDIR)/$(GMAKE).$(GMAKE_SUFFIX) -GMAKE_DIR := $(BUILDDIR)/$(GMAKE) - -# ---------------------------------------------------------------------------- -# Prepare -# ---------------------------------------------------------------------------- - -GMAKE_PATH := PATH=$(CROSS_PATH) -GMAKE_ENV := $(CROSS_ENV) - -# -# autoconf -# -GMAKE_AUTOCONF := \ - $(CROSS_AUTOCONF_USR) \ - --disable-nls \ - --disable-rpath \ - --without-libintl-prefix - -# ---------------------------------------------------------------------------- -# Target-Install -# ---------------------------------------------------------------------------- - -$(STATEDIR)/gmake.targetinstall: - @$(call targetinfo) - - @$(call install_init, gmake) - @$(call install_fixup, gmake,PRIORITY,optional) - @$(call install_fixup, gmake,SECTION,base) - @$(call install_fixup, gmake,AUTHOR,"Robert Schwebel ") - @$(call install_fixup, gmake,DESCRIPTION,missing) - - @$(call install_copy, gmake, 0, 0, 0755, -, /usr/bin/make) - - @$(call install_finish, gmake) - - @$(call touch) - -# vim: syntax=make -- cgit v1.2.3