From d0f7cc58ed17d05666201188c7d078d98a5f2655 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Fri, 1 May 2009 17:09:18 +0200 Subject: remount: sstrip is not available everywhere --- remount/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remount/Makefile b/remount/Makefile index 71633d5..5aa2491 100644 --- a/remount/Makefile +++ b/remount/Makefile @@ -9,4 +9,4 @@ remountw : remountr $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(STRIP) -x --strip-unneeded -R .comment -R .note $@ $(OBJDUMP) -h $@ | grep -q '\.data[ ]*00000000' && $(STRIP) -R .data $@ || true - sstrip $@ + -if [ -n "$(SSTRIP)" ]; then $(SSTRIP) $@ ; fi -- cgit v1.2.3