Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/usr.bin/colldef/data Makefile



bde         1998/07/07 16:04:26 PDT

  Modified files:
    usr.bin/colldef/data Makefile 
  Log:
  Use the installed version of colldef for `make all'.  It is now
  bootstrapped by `make world'.  The version just built in ".."
  normally won't work if the target system is not binary compatible.
  
  Don't build or install anything if _BUILD_TOOLS is defined.  Then
  we only want to build and install the colldef binary, but the layout
  of the colldef tree forces recursing to colldef/data for at least
  the obj target even when _BUILD_TOOLS is defined.
  
  Revision  Changes    Path
  1.13      +6 -9      src/usr.bin/colldef/data/Makefile