On Sat, Mar 07, 2009 at 07:40:41PM -0300, Alonso Graterol wrote: > Hello, > > I'm building Xorg following CBLFS instructions. I already install the > headers and protocols with no problem at all. I also installed the > utilities in the order indicated except for util-macros. > > After configure finishes, make command only returns "there is nothing > to make for all" (translated from spanish). I tried starting again > with a fresh copy of the package as well as with latest version but > result is the same, nothing to make. > > I could not find anything related to this package in mail archives. > > Mine is an AMD x86_64 Pure 64 bit system using kernel 2.6.24.4 and gcc-4.2.1 > > Thanks beforehand for your support, > > > Alonso That is perfectly correct, but it isn't a problem. From my own logs:
checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating xorg-macros.m4 make: Nothing to be done for `all'. make[1]: Entering directory `/usr/src/util-macros-1.1.6' make[1]: Nothing to be done for `install-exec-am'. test -z "/usr/share/aclocal" || /bin/mkdir -p "/usr/share/aclocal" /bin/install -c -m 644 'xorgversion.m4' '/usr/share/aclocal/xorgversion.m4' /bin/install -c -m 644 'xorg-macros.m4' '/usr/share/aclocal/xorg-macros.m4' make[1]: Leaving directory `/usr/src/util-macros-1.1.6' So, you can go ahead and run 'make install'. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
