remove obsolete makefile target and add missed \n to simulator script

remotes/origin/2.0
Richard Fuchs 13 years ago
parent a4abfd2c7b
commit d8bebff23e

@ -32,13 +32,10 @@ all:
debug: debug:
$(MAKE) DBG=yes all $(MAKE) DBG=yes all
tests:
$(MAKE) aux-test poller-test
dep: .depend dep: .depend
clean: clean:
rm -f $(OBJS) mediaproxy-ng aux-test poller-test aux-test.o poller-test.o .depend core rm -f $(OBJS) mediaproxy-ng .depend core
.depend: $(SRCS) Makefile .depend: $(SRCS) Makefile
$(CC) $(CFLAGS) -M $(SRCS) | sed -e 's/:/ .depend:/' > .depend $(CC) $(CFLAGS) -M $(SRCS) | sed -e 's/:/ .depend:/' > .depend

@ -175,6 +175,7 @@ while (time() < $end) {
print(", side $sides[$i]: same port"); print(", side $sides[$i]: same port");
} }
} }
print("\n");
update_lookup($c, 0); update_lookup($c, 0);
update_lookup($c, 1); update_lookup($c, 1);
} }

Loading…
Cancel
Save