Browse Source

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

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 14 years ago
parent
commit
59e47df1d6
2 changed files with 2 additions and 4 deletions
  1. +1
    -4
      daemon/Makefile
  2. +1
    -0
      tests/simulator-udp.pl

+ 1
- 4
daemon/Makefile View File

@ -32,13 +32,10 @@ all:
debug:
$(MAKE) DBG=yes all
tests:
$(MAKE) aux-test poller-test
dep: .depend
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
$(CC) $(CFLAGS) -M $(SRCS) | sed -e 's/:/ .depend:/' > .depend


+ 1
- 0
tests/simulator-udp.pl View File

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


Loading…
Cancel
Save