代码搜索结果
找到约 2,917 项符合
Strip 的代码
makefile.in
ifeq ($(strip $(BR2_PACKAGE_IPROUTE2)),y)
TARGETS+=iproute2
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_GZIP)),y)
TARGETS+=gzip
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_TAR)),y)
TARGETS+=tar
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_FINDUTILS)),y)
TARGETS+=findutils
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_NANO)),y)
TARGETS+=nano
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_VALGRIND)),y)
TARGETS+=valgrind
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_NCURSES)),y)
TARGETS+=ncurses
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_PCIUTILS)),y)
TARGETS+=pciutils
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_JPEG)),y)
TARGETS+=jpeg
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_BRIDGE)),y)
TARGETS+=bridge
endif