From 7345fac3e5d1828b0cdf8196fe8bd7afb109e1ab Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 15 Nov 2011 15:57:55 +0100 Subject: Do not disassemble net-snk by default --- clients/net-snk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/net-snk/Makefile b/clients/net-snk/Makefile index f40e2b0..c0bb73a 100644 --- a/clients/net-snk/Makefile +++ b/clients/net-snk/Makefile @@ -24,10 +24,12 @@ all: .depend subdirs client : $(OBJS) $(CLIENTLIBS) $(LD) $(LDFLAGS) -o $@ -Tclient.lds $(OBJS) $(CLIENTLIBS) - $(OBJDUMP) -DSsx $@ > $@.dis cp $@ $@.unstripped $(STRIP) --strip-unneeded $@ +client.dis: client + $(OBJDUMP) -DSsx client.unstripped > $@ + sec-client : subdirs $(OBJS) $(LIBCMNDIR)/libc.a $(LD) $(LDFLAGS) -o $@ -Tsec-client.lds $(OBJS) $(LIBCMNDIR)/libc.a -- cgit v1.1