Skip to content

Commit

Permalink
OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327,…
Browse files Browse the repository at this point in the history
… OTP-8349,

OTP-8351, OTP-8359 & OTP-8371.
  • Loading branch information
bmk authored and Erlang/OTP committed Jan 14, 2010
1 parent 069ba91 commit 081f1bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions lib/inets/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<list>
<item>
<p>[httpd] The server did not fully support the documented module
callback api. Spicifically, the load function should be able to
callback api. Specifically, the load function should be able to
return the atom <c>ok</c>, but this was not accepted. </p>
<p>Own Id: OTP-8359</p>
</item>
Expand Down Expand Up @@ -269,7 +269,7 @@
<p>Timeout out requests are retried. </p>
</item>
</list>
<p>Jean-Sébastien Pédron</p>
<p>Jean-S&#233;bastien P&#233;dron</p>
<p>Own Id: OTP-8248</p>
</item>

Expand Down
10 changes: 0 additions & 10 deletions lib/inets/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ RELTESTSYSDIR = $(RELEASE_PATH)/inets_test
RELTESTSYSALLDATADIR = $(RELTESTSYSDIR)/all_SUITE_data
RELTESTSYSBINDIR = $(RELTESTSYSALLDATADIR)/bin

MAKEFILE_SRC = Makefile.src
INETS_SSL_LIB_DIR = ../../ssl/usr/ssleay/


# ----------------------------------------------------
# FLAGS
Expand All @@ -253,8 +250,6 @@ ERL_COMPILE_FLAGS += -pa ../../../internal_tools/test_server/ebin \
# If you intend to run the test suite locally (private), then
# there is some requirements:
# 1) INETS_PRIV_DIR must be created
# 2) INETS_SSL_LIB_DIR must be created with the same content as
# content comparable to all_SUITE_data/bin (see test-server).
# ----------------------------------------------------

tests debug opt: $(BUILDTARGET)
Expand Down Expand Up @@ -306,13 +301,9 @@ release_tests_spec: opt
chmod -f -R u+w $(RELTESTSYSDIR)
tar chf - $(DATADIRS) | (cd $(RELTESTSYSDIR); tar xf -)
$(INSTALL_DIR) $(RELTESTSYSALLDATADIR)
$(INSTALL_DATA) $(MAKEFILE_SRC) $(RELTESTSYSALLDATADIR)/Makefile.src
$(INSTALL_DIR) $(RELTESTSYSBINDIR)
chmod -f -R +x $(RELTESTSYSBINDIR)
tar cf - -C $(INETS_SSL_LIB_DIR) . | (cd $(RELTESTSYSALLDATADIR); tar xf -)
$(INSTALL_DIR) $(RELTESTSYSALLDATADIR)/win32/lib
tar cf - -C $(INETS_SSL_LIB_DIR)/win32/out32dll . | \
(cd $(RELTESTSYSALLDATADIR)/win32/lib; tar xf -)

release_docs_spec:

Expand Down Expand Up @@ -340,7 +331,6 @@ info:
@echo ""
@echo "INETS_DATA_DIR = $(INETS_DATA_DIR)"
@echo "INETS_PRIV_DIR = $(INETS_PRIV_DIR)"
@echo "INETS_SSL_LIB_DIR = $(INETS_SSL_LIB_DIR)"
@echo "INETS_ROOT = $(INETS_ROOT)"
@echo "INETS_FLAGS = $(INETS_FLAGS)"
@echo "FTP_FLAGS = $(FTP_FLAGS)"
Expand Down
1 change: 0 additions & 1 deletion lib/inets/test/Makefile.src

This file was deleted.

0 comments on commit 081f1bf

Please sign in to comment.