public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Make error "multiple target patterns"‏
@ 2011-11-14 13:16 Erdem Budak
  2011-11-14 13:26 ` Titus von Boxberg
  0 siblings, 1 reply; 4+ messages in thread
From: Erdem Budak @ 2011-11-14 13:16 UTC (permalink / raw)
  To: crossgcc


Hello
I am getting "Makefile:264: *** multiple target patterns. آ Stop." error when i try to make crosstools-ng. I think this happens because of the LIBDIR and DOCDIR path names generated by the configurator. The "configure: compute a simpler version string" change might be the cause for this. Is there any known fix for this or am i offtrackآ here.

RegardsErdem

Here is my configuration output.

./configureChecking for 'grep'... /bin/grepChecking whether '/bin/grep' supports -E... yesChecking for 'sed'... /bin/sedChecking whether '/bin/sed' supports -i and -e... yesChecking for 'bash'... /bin/bashChecking for 'cut'... /usr/bin/cutChecking for 'install'... /usr/bin/installChecking for 'make'... /usr/bin/makeChecking for 'gcc'... /usr/bin/gccChecking for 'awk'... /usr/bin/awkChecking for 'bison'... /usr/bin/bisonChecking for 'flex'... /usr/bin/flexChecking for 'makeinfo'... /usr/bin/makeinfoChecking for 'automake'... /usr/bin/automakeChecking for 'libtool'... /usr/bin/libtoolChecking for 'libtoolize'... /usr/bin/libtoolizeChecking for 'stat'... /usr/bin/statChecking for 'curl'... /usr/bin/curlChecking for 'patch'... /usr/bin/patchChecking for 'tar'... /bin/tarChecking for 'gzip'... /bin/gzipChecking for 'bzip2'... /bin/bzip2Checking for 'xz'... /usr/bin/xzChecking for 'readlink'... /bin/readlinkChecking for 'objcopy'... /usr/bin/objcopyChecking for 'objdump'... /usr/bin/objdumpChecking for 'readelf'... /usr/bin/readelfChecking for 'patch'... /usr/bin/patchChecking for 'cvs'... /usr/bin/cvsChecking for 'svn'... /usr/bin/svnChecking for 'ncurses/ncurses.h'... noChecking for 'ncurses/curses.h'... noChecking for 'ncurses.h'... yesChecking for 'libncursesw.so'... noChecking for 'libncursesw.dylib'... noChecking for 'libncursesw.a'... noChecking for 'libncurses.so'... yes
Computing version string... hg@default:3cd375ecdd72Building up Makefile... done
crosstool-NG configured as follows:آ  PREFIX='/usr/local'آ  BINDIR='/usr/local/bin'آ  LIBDIR='/usr/local/lib/ct-ng-hg@default:3cd375ecdd72'آ  DOCDIR='/usr/local/share/doc/ct-ng-hg@default:3cd375ecdd72'آ  MANDIR='/usr/local/share/man'آ  PROG_PFX=''آ  PROG_SFX=''آ  PROG_SED=''
Now run:آ  makeآ  make install 		 	   		  

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Make error "multiple target patterns"‏
  2011-11-14 13:16 Make error "multiple target patterns"‏ Erdem Budak
@ 2011-11-14 13:26 ` Titus von Boxberg
  2011-11-14 13:31   ` Yann E. MORIN
  2011-11-14 17:21   ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Titus von Boxberg @ 2011-11-14 13:26 UTC (permalink / raw)
  To: Erdem Budak; +Cc: crossgcc

Am 14.11.2011 um 14:16 schrieb Erdem Budak:

> 
> Hello
> I am getting "Makefile:264: *** multiple target patterns.  Stop." error when i try to make crosstools-ng. I think this happens because of the LIBDIR and DOCDIR path names generated by the configurator. The "configure: compute a simpler version string" change might be the cause for this. Is there any known fix for this or am i offtrack here.
same here,
As a preliminary measure, you could replace the : in configure:553 by a -

regarsd
titus


--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Make error "multiple target patterns"‏
  2011-11-14 13:26 ` Titus von Boxberg
@ 2011-11-14 13:31   ` Yann E. MORIN
  2011-11-14 17:21   ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2011-11-14 13:31 UTC (permalink / raw)
  To: crossgcc; +Cc: Titus von Boxberg, Erdem Budak

Titus, Erdem, All,

On Monday 14 November 2011 14:26:09 Titus von Boxberg wrote:
> > The "configure: compute a simpler version string" change might be
> > the cause for this. Is there any known fix for this or am i offtrack
> > here.
> same here,
> As a preliminary measure, you could replace the : in configure:553 by a -

Argh. My bad. Flaming comments welcome! ;-)
(serves me for not testing thoroughly even trivial changes...)

I'll fix it up when I'm home tonight...

Regards,
Yann E. MORIN.

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Make error "multiple target patterns"‏
  2011-11-14 13:26 ` Titus von Boxberg
  2011-11-14 13:31   ` Yann E. MORIN
@ 2011-11-14 17:21   ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2011-11-14 17:21 UTC (permalink / raw)
  To: crossgcc; +Cc: Titus von Boxberg, Erdem Budak

Titus, Erdem, All,

On Monday 14 November 2011 14:26:09 Titus von Boxberg wrote:
> Am 14.11.2011 um 14:16 schrieb Erdem Budak:
> > I am getting "Makefile:264: *** multiple target patterns.  Stop."
> same here,
> As a preliminary measure, you could replace the : in configure:553 by a -

(Should be) fixed in #7f305778ab05:
  http://crosstool-ng.org/hg/crosstool-ng/rev/7f305778ab05

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-14 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-14 13:16 Make error "multiple target patterns"‏ Erdem Budak
2011-11-14 13:26 ` Titus von Boxberg
2011-11-14 13:31   ` Yann E. MORIN
2011-11-14 17:21   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).