lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. STABLE-2_0


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. STABLE-2_0_0_RC2-39-gb350944
Date: Wed, 31 Aug 2016 17:16:58 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  b350944b2800e7e9fd953ad5cb247d0492c58f20 (commit)
      from  63d015c7ae0913d330166c356b1128baa297496f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b350944b2800e7e9fd953ad5cb247d0492c58f20
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Aug 31 19:16:19 2016 +0200

    Remove proj subdir of unix port. It was inconsistent with location of check 
and fuzz dir, and "too many subdirs error".

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                |    8 ++++----
 ports/unix/Common.mk                      |    2 +-
 ports/unix/check/Makefile                 |    1 -
 ports/unix/fuzz/Makefile                  |    1 -
 ports/unix/{proj => }/lib/Makefile        |    2 +-
 ports/unix/{proj => }/lib/README          |    0
 ports/unix/{proj => }/lib/lwipopts.h      |    0
 ports/unix/{proj => }/lib/unixlib.c       |    0
 ports/unix/{proj => }/minimal/Makefile    |    2 +-
 ports/unix/{proj => }/minimal/README      |    0
 ports/unix/{proj => }/minimal/lwipopts.h  |    0
 ports/unix/{proj => }/minimal/main.c      |    0
 ports/unix/{proj => }/unixsim/Makefile    |    2 +-
 ports/unix/{proj => }/unixsim/README      |    0
 ports/unix/{proj => }/unixsim/lwipopts.h  |    2 ++
 ports/unix/{proj => }/unixsim/simhost.c   |    1 -
 ports/unix/{proj => }/unixsim/simnode.c   |    0
 ports/unix/{proj => }/unixsim/simrouter.c |    0
 18 files changed, 10 insertions(+), 11 deletions(-)
 rename ports/unix/{proj => }/lib/Makefile (98%)
 rename ports/unix/{proj => }/lib/README (100%)
 rename ports/unix/{proj => }/lib/lwipopts.h (100%)
 rename ports/unix/{proj => }/lib/unixlib.c (100%)
 rename ports/unix/{proj => }/minimal/Makefile (98%)
 rename ports/unix/{proj => }/minimal/README (100%)
 rename ports/unix/{proj => }/minimal/lwipopts.h (100%)
 rename ports/unix/{proj => }/minimal/main.c (100%)
 rename ports/unix/{proj => }/unixsim/Makefile (99%)
 rename ports/unix/{proj => }/unixsim/README (100%)
 rename ports/unix/{proj => }/unixsim/lwipopts.h (99%)
 rename ports/unix/{proj => }/unixsim/simhost.c (99%)
 rename ports/unix/{proj => }/unixsim/simnode.c (100%)
 rename ports/unix/{proj => }/unixsim/simrouter.c (100%)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]