NOLIBC_R -> NO_LIBC_R

NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
This commit is contained in:
Ruslan Ermilov
2004-12-21 09:00:26 +00:00
parent e653b48c80
commit f1f6253f4f
11 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ create_includes_and_libraries2() {
MAKEOBJDIRPREFIX=${l_objtree}
export MAKEOBJDIRPREFIX
( cd ${SRC};
make -DNOCLEAN -DNOPROFILE -DNOGAMES -DNOLIBC_R -DPICOBSD buildworld
make -DNOCLEAN -DNOPROFILE -DNOGAMES -DNO_LIBC_R -DPICOBSD buildworld
)
}