代码搜索结果

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

start.sh

make arm-linux-strip win

.string.o.flags

ifeq (,$(strip $(subst $(comma),:,$(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_string.o)))) FILES_FLAGS_UP_TO_DATE += string.o endif

.drivers.o.flags

ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(ALL_O)))) FILES_FLAGS_UP_TO_DATE += drivers.o endif

.rom.a.flags

ifeq (rom_drv.o inflate.o,$(strip $(subst $(comma),:,$(EXTRA_ARFLAGS) $(LX_OBJS) $(L_OBJS)))) FILES_FLAGS_UP_TO_DATE += rom.a endif

.char.a.flags

ifeq (sio.o xymodem.o debug.o,$(strip $(subst $(comma),:,$(EXTRA_ARFLAGS) $(LX_OBJS) $(L_OBJS)))) FILES_FLAGS_UP_TO_DATE += char.a endif

.net.a.flags

ifeq (net.o tftp.o udp.o ip.o arp.o eth.o cs8900.o,$(strip $(subst $(comma),:,$(EXTRA_ARFLAGS) $(LX_OBJS) $(L_OBJS)))) FILES_FLAGS_UP_TO_DATE += net.a endif

.boot.o.flags

ifeq (main.o vec.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(ALL_O)))) FILES_FLAGS_UP_TO_DATE += boot.o endif

.vec.o.flags

ifeq (,$(strip $(subst $(comma),:,$(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_vec.o)))) FILES_FLAGS_UP_TO_DATE += vec.o endif

.init.o.flags

ifeq (main.o time.o boot.o cmd.o error.o vec.o exception.o arm920t.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(ALL_O)))) FILES_FLAGS_UP_TO_DATE += init.o endif