diff options
author | Micael Karlberg <[email protected]> | 2011-06-15 16:48:20 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 16:48:20 +0200 |
commit | 9d4dd02d9faf0e2a8d51b0b9a033b888afb98a0e (patch) | |
tree | 11a17aba8a96c928511f01ed11d1bffe020a67aa /lib/inets/Makefile | |
parent | 704ed1824308f16e0de67c6ff1eae7e80d38232f (diff) | |
parent | dfaf00eb4fb11cdb8470401c47b15d8068b9f8cd (diff) | |
download | otp-9d4dd02d9faf0e2a8d51b0b9a033b888afb98a0e.tar.gz otp-9d4dd02d9faf0e2a8d51b0b9a033b888afb98a0e.tar.bz2 otp-9d4dd02d9faf0e2a8d51b0b9a033b888afb98a0e.zip |
[ftp] FTP client doesn't work with IPv6 host.
Attila Rajmund Nohl
OTP-9342
Merge branch 'bmk/inets/ftp/does_not_handle_ipv6/OTP-9342' into bmk/inets/inets57_integration2
Conflicts:
lib/inets/doc/src/notes.xml
lib/inets/src/inets_app/inets.appup.src
Diffstat (limited to 'lib/inets/Makefile')
-rw-r--r-- | lib/inets/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/inets/Makefile b/lib/inets/Makefile index ec05efa461..f4c2746b0a 100644 --- a/lib/inets/Makefile +++ b/lib/inets/Makefile @@ -36,6 +36,8 @@ SPECIAL_TARGETS = # ---------------------------------------------------- include $(ERL_TOP)/make/otp_subdir.mk +.PHONY: info gclean + info: @echo "OS: $(OS)" @echo "DOCB: $(DOCB)" @@ -44,3 +46,5 @@ info: @echo "APP_VSN: $(APP_VSN)" @echo "" +gclean: + git clean -fXd |