Browse Source

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

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 14 years ago
parent
commit
d8bebff23e
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: 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


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

@ -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