代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile.in
ifeq ($(strip $(BR2_PACKAGE_IPTABLES)),y)
TARGETS+=iptables
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_AUTOCONF)),y)
TARGETS+=autoconf
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_COREUTILS)),y)
TARGETS+=coreutils
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_CUSTOMIZE)),y)
TARGETS+=customize
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_NTP)),y)
TARGETS+=ntp
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_BISON)),y)
TARGETS+=bison
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_WGET)),y)
TARGETS+=wget
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_GREP)),y)
TARGETS+=grep
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_OPENSSH)),y)
TARGETS+=openssh
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y)
TARGETS+=dnsmasq
endif