aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtools
Commit message (Expand)AuthorAgeFilesLines
* tools/mtools: Update to 4.0.24Daniel Engberg2020-04-091-2/+2
* tools/mtools: Update to 4.0.23Daniel Engberg2018-12-242-21/+4
* tools/mtools: Update to 4.0.19Daniel Engberg2018-10-071-4/+3
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
* mtools: build and install mmdJohn Crispin2015-10-111-1/+3
* mtools: fix build errors on mac os x (#19064)Felix Fietkau2015-02-241-0/+19
* tools: remove static linking supportJo-Philipp Wich2015-02-061-2/+0
* mtools: upgrade to 4.0.18Luka Perkov2013-08-161-3/+5
* tools/mtools: disable iconv support, it breaks on some systemsFelix Fietkau2013-05-021-0/+3
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
* mtools: link staticallyJo-Philipp Wich2012-08-101-0/+2
* add mktools and dosfstools which are needed for the raspberry piJohn Crispin2012-07-241-0/+31
2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# 
# Copyright (C) 2008-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

PKG_NAME:=m4
PKG_VERSION:=1.4.16

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_MD5SUM:=a5dfb4f2b7370e9d34293d23fd09b280
PKG_CAT:=zcat

include $(INCLUDE_DIR)/host-build.mk

HOST_LDFLAGS += $(HOST_STATIC_LINKING)

define Host/Clean
	-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
	$(call Host/Clean/Default)
endef

$(eval $(call HostBuild))