Skip to content

Commit fde0f06

Browse files
committed
INSTALL: Remove uClinux and "What's in a Path?" sections
uClinux is not active project any more. And we have started to remove the code anyway. Note about reasonable PATH it's kind of obvious, we don't have to point that out. Reviewed-by: Li Wang <[email protected]> Acked-by: Jan Stancek <[email protected]> Acked-by: Cyril Hrubis <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent 6890f37 commit fde0f06

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

INSTALL

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,6 @@ what to do next.
4545
Compiling LTP
4646
-------------------
4747

48-
"What's in a Path?"
49-
-------------------
50-
51-
Before getting started, you should make sure that your build directory and
52-
source directory are as basic as possible: no commas, colons, semicolons,
53-
spaces, etc. In fact, this is a relatively good rule of thumb when dealing
54-
with any [Gnu?] make based opensource project.
55-
56-
We won't `fix' the `issues' associated with these particular set of build
57-
errors resulting from non-sane pathnames, because it would introduce unneeded
58-
complexity into the build system and would require non-trivial effort to fix
59-
and validate the third-party packages, and thus wouldn't be a sustainable
60-
model to follow.
61-
62-
So, we apologize for the inconvenience, but using other characters like
63-
underscores and dashes should help when disambiguating words between build
64-
and source pathnames.
65-
6648
In-build-tree
6749
-------------------
6850
In-build-tree support is when you build binaries (applications, binary objects)
@@ -236,11 +218,6 @@ PKG_CONFIG_LIBDIR=/usr/lib/i386-linux-gnu/pkgconfig CFLAGS=-m32 LDFLAGS=-m32 ./c
236218
* Arch Linux
237219
PKG_CONFIG_LIBDIR=/usr/lib32/pkgconfig CFLAGS=-m32 LDFLAGS=-m32 ./configure
238220

239-
uClinux Users
240-
--------------
241-
Specify UCLINUX=1 when calling make; -DUCLINUX=1 use is deprecated and highly
242-
discouraged.
243-
244221
Android Users
245222
-------------
246223
Specify ANDROID=1 when calling make. Many tests which would otherwise work are

0 commit comments

Comments
 (0)