代码搜索结果

找到约 2,917 项符合 Strip 的代码

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_MKE2FS)),y) TARGETS+=mke2fs 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_M4)),y) TARGETS+=m4 endif

makefile.in

ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y) TARGETS+=dnsmasq endif