代码搜索结果
找到约 2,917 项符合
Strip 的代码
makefile.in
ifeq ($(strip $(BR2_PACKAGE_BZIP2)),y)
TARGETS+=bzip2
endif
busybox.mk
#############################################################
#
# busybox
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
# Be aware
makefile.in
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX)),y)
TARGETS+=busybox
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_OPENSSL)),y)
TARGETS+=openssl
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_GETTEXT)),y)
TARGETS+=gettext
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_PORTMAP)),y)
TARGETS+=portmap
endif
makefile.in
#ifeq ($(strip $(BR2_PACKAGE_MICROWIN)),y)
#TARGETS+=microwin
#endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_RAIDTOOLS)),y)
TARGETS+=raidtools
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y)
TARGETS+=fakeroot
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_ZLIB)),y)
TARGETS+=zlib
endif