mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Adapt several comments to contrib rep move
This commit is contained in:
@@ -55,7 +55,7 @@ CONTRIBDIR?=../../..
|
||||
ARFLAGS?=rs
|
||||
|
||||
#Set this to where you have the lwip core module checked out from git
|
||||
#default assumes it's a dir named lwip at the same level as the contrib module
|
||||
#default assumes it's a dir above the contrib module
|
||||
LWIPDIR?=$(CONTRIBDIR)/..
|
||||
|
||||
CFLAGS+=-I. \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# This file is indended to be included in end-user CMakeLists.txt
|
||||
# include(/path/to/Filelists.cmake)
|
||||
# It assumes the variable LWIP_CONTRIB_DIR is defined pointing to the
|
||||
# root path of lwIP contrib sources.
|
||||
# root path of lwIP/contrib sources.
|
||||
#
|
||||
# This file is NOT designed (on purpose) to be used as cmake
|
||||
# subdir via add_subdirectory()
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Helper files to run lwIP unit tests on unix-like systems.
|
||||
|
||||
1. Install the check library, through a package manager or from http://check.sourceforge.net/
|
||||
2. Put the lwip code in a directory called 'lwip' in the same directory as lwip-contrib is
|
||||
2. Put the lwip code in a directory called 'lwip'
|
||||
3. Run `make check`
|
||||
4. Make sure all tests pass
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# This file is indended to be included in end-user CMakeLists.txt
|
||||
# include(/path/to/Filelists.cmake)
|
||||
# It assumes the variable LWIP_CONTRIB_DIR is defined pointing to the
|
||||
# root path of lwIP contrib sources.
|
||||
# root path of lwIP/contrib sources.
|
||||
#
|
||||
# This file is NOT designed (on purpose) to be used as cmake
|
||||
# subdir via add_subdirectory()
|
||||
|
||||
Reference in New Issue
Block a user