[packages] Various Makefile cleanups.
Thanks to swalker. git-svn-id: svn://svn.openwrt.org/openwrt/packages@16438 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -10,13 +10,7 @@ PKG_NAME:=binutils
|
||||
PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION)))
|
||||
#"))
|
||||
PKG_RELEASE:=1
|
||||
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/binutils/ \
|
||||
ftp://gatekeeper.dec.com/pub/GNU/ \
|
||||
ftp://ftp.uu.net/archive/systems/gnu/ \
|
||||
ftp://ftp.eu.uu.net/pub/gnu/ \
|
||||
ftp://ftp.funet.fi/pub/gnu/prep/ \
|
||||
ftp://ftp.leo.org/pub/comp/os/unix/gnu/
|
||||
|
||||
PKG_SOURCE_URL:=@GNU/binutils
|
||||
PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2
|
||||
PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION)
|
||||
PKG_INSTALL:=1
|
||||
|
@ -11,7 +11,7 @@ PKG_NAME:=diffutils
|
||||
PKG_VERSION:=2.8.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=71f9c5ae19b60608f6c7f162da86a428
|
||||
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/diffutils/
|
||||
PKG_SOURCE_URL:=@GNU/diffutils
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=make
|
||||
PKG_VERSION:=3.81
|
||||
PKG_RELEASE:=1
|
||||
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/make/
|
||||
PKG_SOURCE_URL:=@GNU/make
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_MD5SUM:=354853e0b2da90c527e35aabb8d6f1e6
|
||||
|
||||
|
@ -11,7 +11,7 @@ PKG_NAME:=patch
|
||||
PKG_VERSION:=2.5.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=ee5ae84d115f051d87fcaaef3b4ae782
|
||||
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/patch/
|
||||
PKG_SOURCE_URL:=@GNU/patch
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
Reference in New Issue
Block a user