GNU Make version 3.79.1 gives the following error when invoked on the attached makefile: % make setup CFG="--prefix=/home/rherwadk/pkgs" make: Fatal error in reader: Makefile, line 19: Unexpected end of line seen host machine: Sun Ultra60 os: solaris 2.6 compiler: Sun cc 6.1 The attached makefile is actually the one used in the "freetype 2.0.1" source distribution (www.freetype.org). You can access all the makefiles included in the freetype 2.0.1 source distribution at ftp://freetype.sourceforge.net/pub/freetype/freetype2/freetype-2.0.1.tar.gz I am also attaching the output of my configure, build, test and install process for make 3.79.1. Please let me know if you need additional information. -- Rahul V. Herwadkar | [EMAIL PROTECTED] | (650) 506-8130.
# # FreeType 2 build system -- top-level Makefile # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT. By continuing to use, modify, or distribute this file you # indicate that you have read the license and understand and accept it # fully. # Project names # PROJECT := freetype PROJECT_TITLE := FreeType USE_MODULES := 1 # The variable TOP holds the path to the topmost directory in the project # engine source hierarchy. If it is not defined, default it to `.'. # ifndef TOP TOP := . endif include $(TOP)/builds/toplevel.mk # EOF
dlsun1600~/tmp/make-3.79.1{427}% ./configure --prefix=/home/rherwadk/pkgs creating cache ./config.cache checking for a BSD compatible install... /usr/local/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking host system type... sparc-sun-solaris2.6 checking whether make sets ${MAKE}... (cached) yes checking for gcc... cc checking whether the C compiler (cc -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC ) works... yes checking whether the C compiler (cc -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC ) is a cross-compiler... no checking whether we are using GNU C... no checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/local/bin/install -c checking for ar... ar checking for ranlib... ranlib checking how to run the C preprocessor... cc -E checking for AIX... no checking for POSIXized ISC... no checking for minix/config.h... no checking for perl... perl checking build system type... sparc-sun-solaris2.6 checking for getconf... getconf checking for CFLAGS value to request large file support... -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 checking for LDFLAGS value to request large file support... checking for LIBS value to request large file support... checking for _FILE_OFFSET_BITS... 64 checking for _LARGEFILE_SOURCE... 1 checking for _LARGE_FILES... no checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for uid_t in sys/types.h... yes checking for pid_t... yes checking return type of signal handlers... void checking for stdlib.h... yes checking for unistd.h... yes checking for limits.h... yes checking for sys/param.h... yes checking for fcntl.h... yes checking for string.h... yes checking for memory.h... yes checking for sys/time.h... yes checking for sys/timeb.h... yes checking whether cc understands -c and -o together... yes checking for cc option to accept ANSI C... none needed checking for working const... yes checking for inline... no checking whether stat file-mode macros are broken... no checking whether time.h and sys/time.h may both be included... yes checking whether NLS is wanted... yes checking for locale.h... yes checking for library containing gettext... none required checking whether the system has GNU gettext... no checking whether to use included gettext... yes checking for getcwd... yes checking for setlocale... yes checking for stpcpy... no checking for LC_MESSAGES... yes checking which translations to install... de es fr ja ko nl pl pt_BR ru checking for nanoseconds member of struct stat.st_mtim... tv_nsec checking for inttypes.h... yes checking for library containing clock_gettime... -lposix4 checking for standard gettimeofday... yes checking for memmove... yes checking for memcpy... yes checking for strchr... yes checking for strdup... yes checking for psignal... yes checking for mkstemp... yes checking for mktemp... yes checking for fdopen... yes checking for dup2... yes checking for getcwd... (cached) yes checking for sigsetmask... no checking for sigaction... yes checking for getgroups... yes checking for setlinebuf... yes checking for seteuid... yes checking for setegid... yes checking for setreuid... yes checking for setregid... yes checking for pipe... yes checking for strerror... yes checking for strsignal... yes checking for sys_siglist... no checking for working alloca.h... yes checking for alloca... yes checking for vfork.h... no checking for working vfork... yes checking for vprintf... yes checking for working strcoll... yes checking whether closedir returns void... no checking whether setvbuf arguments are reversed... no checking for kstat_open in -lkstat... yes checking for pstat_getdynamic... no checking for elf_begin in -lelf... yes checking for kvm_open in -lkvm... yes checking for getloadavg in -lutil... no checking for getloadavg in -lgetloadavg... no checking for getloadavg... no checking for sys/dg_sys_info.h... no checking for nlist.h... yes checking for n_un in struct nlist... no checking whether getloadavg requires setgid... no checking for sys/wait.h... yes checking for waitpid... yes checking for wait3... yes checking for union wait... no checking for sys_siglist declaration in signal.h or unistd.h... no checking for library containing getpwnam... none required checking for location of SCCS get command... get checking if SCCS get command understands -G... yes checking if system libc has GNU glob... no; using local copy updating cache ./config.cache creating ./config.status creating build.sh creating Makefile creating glob/Makefile creating i18n/Makefile creating config.h dlsun1600~/tmp/make-3.79.1{428}% make make all-recursive Making all in glob make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1/glob' cc -DHAVE_CONFIG_H -I. -I. -I.. -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c glob.c cc -DHAVE_CONFIG_H -I. -I. -I.. -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c fnmatch.c rm -f libglob.a ar cru libglob.a glob.o fnmatch.o ranlib libglob.a make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1/glob' Making all in i18n make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1/i18n' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1/i18n' make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1' cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c ar.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c arscan.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c commands.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c dir.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c expand.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c file.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c function.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c getopt.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c implicit.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c job.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c main.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c misc.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c read.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c remake.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c rule.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c signame.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c variable.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c vpath.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c default.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c remote-stub.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c version.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c getopt1.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c gettext.c cc -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -c getloadavg.c cc -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -o make ar.o arscan.o commands.o dir.o expand.o file.o function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o variable.o vpath.o default.o remote-stub.o version.o getopt1.o gettext.o getloadavg.o glob/libglob.a -lkvm -lelf -lkstat -lposix4 make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1' dlsun1600~/tmp/make-3.79.1{429}% make check Making check in glob make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1/glob' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1/glob' Making check in i18n make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1/i18n' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1/i18n' make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1' make check-local make[2]: Entering directory `/home/rherwadk/tmp/make-3.79.1' cd tests && perl ./run_make_tests.pl -make ../make ------------------------------------------------------------------------------ Running tests for GNU make on SunOS dlsun1600 5.6 sun4u GNU Make version 3.79.1 ------------------------------------------------------------------------------ Finding tests... features/comments ....................................... ok features/conditionals ................................... ok features/default_names .................................. ok features/double_colon ................................... ok features/echoing ........................................ ok features/errors ......................................... ok features/escape ......................................... ok features/include ........................................ ok features/mult_rules ..................................... ok features/mult_targets ................................... ok features/override ....................................... ok features/parallelism .................................... ok features/patspecific_vars ............................... ok features/quoting ........................................ ok features/recursion ...................................... ok features/reinvoke ....................................... ok features/statipattrules ................................. ok features/targetvars ..................................... ok features/varnesting ..................................... ok features/vpath .......................................... ok features/vpath2 ......................................... ok features/vpathgpath ..................................... ok features/vpathplus ...................................... ok functions/addprefix ..................................... ok functions/addsuffix ..................................... ok functions/basename ...................................... ok functions/call .......................................... ok functions/dir ........................................... ok functions/error ......................................... ok functions/filter-out .................................... ok functions/findstring .................................... ok functions/foreach ....................................... ok functions/if ............................................ ok functions/join .......................................... ok functions/notdir ........................................ ok functions/origin ........................................ ok functions/sort .......................................... ok functions/strip ......................................... ok functions/substitution .................................. ok functions/suffix ........................................ ok functions/warning ....................................... ok functions/wildcard ...................................... ok functions/word .......................................... ok misc/general1 ........................................... ok misc/general2 ........................................... ok misc/general3 ........................................... ok misc/version ............................................ ok options/dash-C .......................................... ok options/dash-I .......................................... ok options/dash-e .......................................... ok options/dash-f .......................................... ok options/dash-k .......................................... ok options/dash-l .......................................... ok options/dash-n .......................................... ok options/dash-q .......................................... ok options/general ......................................... ok targets/DEFAULT ......................................... ok targets/FORCE ........................................... ok targets/INTERMEDIATE .................................... ok targets/PHONY ........................................... ok targets/SECONDARY ....................................... ok targets/SILENT .......................................... ok targets/clean ........................................... ok variables/CURDIR ........................................ ok variables/MAKE .......................................... ok variables/MAKECMDGOALS .................................. ok variables/MAKEFILES ..................................... ok variables/MAKELEVEL ..................................... ok variables/flavors ....................................... ok 69 Tests Complete ... No Failures :-) ln ./getloadavg.c loadavg.c || \ cp ./getloadavg.c loadavg.c cc -xO2 -KPIC -DPIC -xtarget=ultra2 -xcache=16/32/1:4096/64/1 -xCC -o loadavg -DTEST -DALIASPATH=\"/home/rherwadk/pkgs/share/locale:.\" -DLOCALEDIR=\"/home/rherwadk/pkgs/share/locale\" -DLIBDIR=\"/home/rherwadk/pkgs/lib\" -DINCLUDEDIR=\"/home/rherwadk/pkgs/include\" -DHAVE_CONFIG_H -I. -I. -I./glob loadavg.c -lkvm -lelf -lkstat -lposix4 The system uptime program believes the load average to be: uptime 5:24pm up 14 day(s), 3:28, 0 users, load average: 0.46, 0.36, 0.21 The GNU load average checking code believes: ./loadavg 1-minute: 0.464844 5-minute: 0.359375 15-minute: 0.210938 ========================================================================= Regression PASSED: GNU Make 3.79.1 (sparc-sun-solaris2.6) built with cc ========================================================================= make[2]: Leaving directory `/home/rherwadk/tmp/make-3.79.1' make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1' dlsun1600~/tmp/make-3.79.1{430}% where make ./make dlsun1600~/tmp/make-3.79.1{431}% cd ../freetype-2.0.1/ dlsun1600~/tmp/freetype-2.0.1{432}% file ../make-3.79.1/make ../make-3.79.1/make: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped dlsun1600~/tmp/freetype-2.0.1{433}% cd ../make-3.79.1/ dlsun1600~/tmp/make-3.79.1{434}% ls -l make -rwxr-xr-x 1 rherwadk g610 266540 Mar 20 17:23 make* dlsun1600~/tmp/make-3.79.1{435}% ls -l ~/pkgs/bin/make -rwxr-xr-x 1 rherwadk g610 235824 Mar 14 13:57 /home/rherwadk/pkgs/bin/make* dlsun1600~/tmp/make-3.79.1{436}% make install Making install in glob make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1/glob' make[2]: Entering directory `/home/rherwadk/tmp/make-3.79.1/glob' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/rherwadk/tmp/make-3.79.1/glob' make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1/glob' Making install in i18n make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1/i18n' make[2]: Entering directory `/home/rherwadk/tmp/make-3.79.1/i18n' make[2]: Nothing to be done for `install-exec-am'. files='de.mo es.mo fr.mo ja.mo ko.mo nl.mo pl.mo pt_BR.mo ru.mo'; \ for file in $files; do \ base=`basename $file`; \ langdir=/home/rherwadk/pkgs/share/locale/`echo $base | sed 's/\.mo$//'`/LC_MESSAGES; \ /bin/sh ../mkinstalldirs $langdir; \ echo " /usr/local/bin/install -c -m 644 ./$file $langdir/make.mo"; \ /usr/local/bin/install -c -m 644 ./$file $langdir/make.mo; \ done /usr/local/bin/install -c -m 644 ./de.mo /home/rherwadk/pkgs/share/locale/de/LC_MESSAGES/make.mo /usr/local/bin/install -c -m 644 ./es.mo /home/rherwadk/pkgs/share/locale/es/LC_MESSAGES/make.mo /usr/local/bin/install -c -m 644 ./fr.mo /home/rherwadk/pkgs/share/locale/fr/LC_MESSAGES/make.mo /usr/local/bin/install -c -m 644 ./ja.mo /home/rherwadk/pkgs/share/locale/ja/LC_MESSAGES/make.mo /usr/local/bin/install -c -m 644 ./ko.mo /home/rherwadk/pkgs/share/locale/ko/LC_MESSAGES/make.mo /usr/local/bin/install -c -m 644 ./nl.mo /home/rherwadk/pkgs/share/locale/nl/LC_MESSAGES/make.mo /usr/local/bin/install -c -m 644 ./pl.mo /home/rherwadk/pkgs/share/locale/pl/LC_MESSAGES/make.mo /usr/local/bin/install -c -m 644 ./pt_BR.mo /home/rherwadk/pkgs/share/locale/pt_BR/LC_MESSAGES/make.mo /usr/local/bin/install -c -m 644 ./ru.mo /home/rherwadk/pkgs/share/locale/ru/LC_MESSAGES/make.mo make[2]: Leaving directory `/home/rherwadk/tmp/make-3.79.1/i18n' make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1/i18n' make[1]: Entering directory `/home/rherwadk/tmp/make-3.79.1' make[2]: Entering directory `/home/rherwadk/tmp/make-3.79.1' /bin/sh ./mkinstalldirs /home/rherwadk/pkgs/bin /usr/local/bin/install -c make /home/rherwadk/pkgs/bin/make /bin/sh ./mkinstalldirs /home/rherwadk/pkgs/info /usr/local/bin/install -c -m 644 ./make.info /home/rherwadk/pkgs/info/make.info /usr/local/bin/install -c -m 644 ./make.info-1 /home/rherwadk/pkgs/info/make.info-1 /usr/local/bin/install -c -m 644 ./make.info-2 /home/rherwadk/pkgs/info/make.info-2 /usr/local/bin/install -c -m 644 ./make.info-3 /home/rherwadk/pkgs/info/make.info-3 /usr/local/bin/install -c -m 644 ./make.info-4 /home/rherwadk/pkgs/info/make.info-4 /usr/local/bin/install -c -m 644 ./make.info-5 /home/rherwadk/pkgs/info/make.info-5 /usr/local/bin/install -c -m 644 ./make.info-6 /home/rherwadk/pkgs/info/make.info-6 /usr/local/bin/install -c -m 644 ./make.info-7 /home/rherwadk/pkgs/info/make.info-7 /usr/local/bin/install -c -m 644 ./make.info-8 /home/rherwadk/pkgs/info/make.info-8 /usr/local/bin/install -c -m 644 ./make.info-9 /home/rherwadk/pkgs/info/make.info-9 /usr/local/bin/install -c -m 644 ./make.info-10 /home/rherwadk/pkgs/info/make.info-10 install-info --info-dir=/home/rherwadk/pkgs/info /home/rherwadk/pkgs/info/make.info make install-man1 make[3]: Entering directory `/home/rherwadk/tmp/make-3.79.1' /bin/sh ./mkinstalldirs /home/rherwadk/pkgs/man/man1 /usr/local/bin/install -c -m 644 ./make.1 /home/rherwadk/pkgs/man/man1/make.1 make[3]: Leaving directory `/home/rherwadk/tmp/make-3.79.1' make[2]: Leaving directory `/home/rherwadk/tmp/make-3.79.1' make[1]: Leaving directory `/home/rherwadk/tmp/make-3.79.1'