make coreutils compile faster

This commit is contained in:
Eric Andersen 2003-03-31 20:01:12 +00:00
parent bb5e7c5f0f
commit ec59e37f4d

View File

@ -39,6 +39,8 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked
--mandir=/usr/man \
--infodir=/usr/info \
--disable-nls \
--disable-rpath \
--disable-dependency-tracking \
);
#Fix up the max number of open files per process, which apparently
# is not set when cross compiling