cvs commit: src/rescue/rescue Makefile

Gordon Tetlow gordon at FreeBSD.org
Thu Jul 24 00:42:43 PDT 2003


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


More information about the cvs-all mailing list