Date: Sun, 17 Feb 2002 14:38:23 +0900 From: Makoto Matsushita <matusita@jp.FreeBSD.org> To: stable@FreeBSD.org Cc: ryoji@safins.ne.jp Subject: src/sys/modules/libiconv/Makefile: "make -j4 depend" error Message-ID: <20020217143823Y.matusita@jp.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Recent 4-stable (after libiconv kernel modules was MFCed) have a trouble about making kernel with -jX (where X>4). Here is a sample session: % cd /usr/src/sys/i386/conf % config GENERIC (...) % cd ../../compile/GENERIC % make -j4 depend ... ===> libiconv perl @/kern/makeobjops.pl -c @/libkern/iconv_converter_if.m Can't open perl script "@/kern/makeobjops.pl": No such file or directory *** Error code 2 machine -> /usr/src/sys/i386/include @ -> /usr/src/sys perl @/kern/makeobjops.pl -h @/libkern/iconv_converter_if.m 1 error *** Error code 2 1 error *** Error code 2 1 error % It is obvious that "ln -s /usr/src/sys @" doesn't run *before* "perl @/kern/makeobjops.pl -c @/libkern/iconv_converter_if.m". Anybody know how to fix this? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217143823Y.matusita>