Changeset e2f309a in freewrt for toolchain/gdb/Makefile


Ignore:
Timestamp:
Aug 14, 2025, 8:17:04 PM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_2_0
Children:
7ee2c1f
Parents:
28ae594
Message:

gdb: add md5sum, use download helper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • toolchain/gdb/Makefile

    r28ae594 re2f309a  
    1 # $Id: Makefile 1287 2005-06-26 17:31:18Z nbd $
     1# This file is part of the FreeWRT project. FreeWRT is copyrighted
     2# material, please see the LICENCE file in the top-level directory
    23
    34include $(TOPDIR)/rules.mk
     
    78GDB_SITE:=@GNU/gdb
    89GDB_VERSION:=6.3
     10GDB_MD5SUM:=8dd78d824f80f8336fff88b71a614837
    911SOURCE:=$(GDB_NAME)-$(GDB_VERSION)a.tar.bz2
    1012
     
    1214
    1315$(DL_DIR)/$(SOURCE):
    14         $(WGET) -P $(DL_DIR) $(GDB_SITE)/$(SOURCE)
     16        $(SCRIPT_DIR)/download.pl $(DL_DIR) $(SOURCE) $(GDB_MD5SUM) $(GDB_SITE)
    1517
    1618$(GDB_DIR)/.patched: $(DL_DIR)/$(SOURCE)
Note: See TracChangeset for help on using the changeset viewer.