LCTT/LFS-BOOK

第六章

martin2011qi opened this issue · 1 comments

第六章

The order that packages are installed in this chapter needs to be strictly followed to ensure that no program accidentally acquires a path referring to /tools hard-wired into it. For the same reason, do not compile separate packages in parallel. Compiling in parallel may save time (especially on dual-CPU machines), but it could result in a program containing a hard-wired path to /tools, which will cause the program to stop working when that directory is removed.
该段中的 hard-wired 指的是啥呢?