On Wednesday 27 Oct 2010 19:44:10 Jedrzej Kalinowski wrote: > I try to build the latest source code found in the git repository on > FreeBSD. > Unfortunately I get 'No rule to make target' from gmake. It follows a > loop that starts with building arch/i386/prefix/linuxprefix.S. > Any ideas where to look for a solution? > > gmake build > <snip> > gmake: *** No rule to make target `build'. Stop.
There is no Makefile target named "build". Just type "gmake" with no arguments. Michael

