Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 21:39:55 -0800 (PST)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/ruby Makefile ports/lang/ruby-devel Makefile
Message-ID:  <200301160539.h0G5dtLM012657@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2003/01/15 21:39:55 PST

  Modified files:
    lang/ruby            Makefile 
    lang/ruby-devel      Makefile 
  Log:
  Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error by
  disabling parallel build on sparc64.  The INSTALLS_DEPENDS thing
  probably comes from bsd.port.mk, but I wonder why it is regarded as a
  target when it is only used as a boolean variable.  I think make(1)
  has some problem with parallel build (-jN) on that platform.
  
  I could not really reproduce the error on panther, but a submitter [1]
  says the build went fine if he commented the -jN option out as I
  suggested.
  
  Submitted by:   Anders Andersson <anders@hack.org>,
                  Joao Pedras <jpedras@webvolution.net> [1],
                  kris
  
  Revision  Changes    Path
  1.49      +4 -1      ports/lang/ruby-devel/Makefile
  1.98      +4 -1      ports/lang/ruby/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301160539.h0G5dtLM012657>