diff --git a/drivers/ramdisk/Makefile b/drivers/ramdisk/Makefile index 72964e294..016107477 100644 --- a/drivers/ramdisk/Makefile +++ b/drivers/ramdisk/Makefile @@ -183,7 +183,7 @@ rs.single: ../../etc/rs.single install ${STRIPFLAG} ../../etc/$@ $@ proto.gen: $(PROGRAMS) $(SCRIPTS) proto.sh ${PROTO} - for p in $(PROGRAMS); do file $$p | grep -q ELF && strip -s $$p; done + for p in $(PROGRAMS); do file $$p | grep -q ELF && strip -s $$p || true; done sh -e proto.sh ${PROTO} >proto.gen .include