/
UCS
/
openwrt
Обзор
Документация
Войти
/
UCS
/
openwrt
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tools/bash/Makefile
25 строк
551 B
Nick Hainke
tools/bash: update to 5.2.21
08 дек 2023, 18:28
08 дек 2023, 18:28
b9bd3fe
Код
Авторство
О чём код?
# # Copyright (C) 2015 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:=bash PKG_CPE_ID:=cpe:/a:gnu:bash PKG_VERSION:=5.2.21 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/bash PKG_HASH:=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8 HOST_BUILD_PARALLEL := 1 include $(INCLUDE_DIR)/host-build.mk define Host/Uninstall -$(call Host/Compile/Default,uninstall) endef $(eval $(call HostBuild))