Date: Tue, 27 Oct 2009 20:58:49 -0500 From: Adam Vande More <amvandemore@gmail.com> To: George Sanders <gosand1982@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: what is special about the 'git' Makefile ? Message-ID: <6201873e0910271858y56da1534q3a7010ee202a0ad8@mail.gmail.com> In-Reply-To: <435062.15389.qm@web111605.mail.gq1.yahoo.com> References: <435062.15389.qm@web111605.mail.gq1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 27, 2009 at 8:33 PM, George Sanders <gosand1982@yahoo.com>wrote: > > > I've been doing this dance: > > ../configure ; make ; make install > > for about ten years now. Sometimes there are some little issues, but > nothing too crazy. > > I tried to build 'git' from source today, however, and it doesn't behave > like anything I've ever seen... > > I do the ./configure and it completes without errors: > > > checking for mkstemps... yes > checking for library containing mkstemps... none required > checking Checking for POSIX Threads with '-pthread'... yes > configure: creating ./config.status > config.status: creating config.mak.autogen > > > and then run 'make' ... > > "Makefile", line 206: Need an operator > "Makefile", line 244: Missing dependency operator > "Makefile", line 247: Need an operator > "Makefile", line 250: Need an operator > "Makefile", line 273: Need an operator > "Makefile", line 286: Need an operator > "Makefile", line 395: Need an operator > > (snip about 8 or 10 PAGES of the above) > > "Makefile", line 1293: Need an operator > "Makefile", line 1294: warning: duplicate script for target "ifdef" ignored > "Makefile", line 1295: warning: duplicate script for target "ifdef" ignored > "Makefile", line 1296: Need an operator > "Makefile", line 1298: Need an operator > "Makefile", line 1301: Need an operator > "Makefile", line 1303: Missing dependency operator > "Makefile", line 1305: Need an operator > "Makefile", line 1307: Missing dependency operator > "Makefile", line 1309: Need an operator > Error expanding embedded variable. > > > So ... what in the world is going on here ? > > Maybe gmake? -- Adam Vande More
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6201873e0910271858y56da1534q3a7010ee202a0ad8>