Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 00:42:42 -0700 (PDT)
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/rescue/rescue Makefile
Message-ID:  <200307240742.h6O7ggZl079736@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gordon      2003/07/24 00:42:42 PDT

  FreeBSD src repository

  Modified files:
    rescue/rescue        Makefile 
  Log:
  Fix rescue build using -j. The problem appears to be make not being able
  to find the source when the object was specified as <directory>/foo.o.
  
  The fix makes the build go through a make objs before compiling the rest
  of the crunchgen. This ensures that the dhclient bits are built in the
  correct place where they are picked up for the final compile of rescue.
  
  I'd like to thank dwhite@ and gad@ for helping me track down the problem.
  
  Fast testing box provided by:   phk@ (thanks)
  
  Revision  Changes    Path
  1.14      +3 -2      src/rescue/rescue/Makefile



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