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/mklocale/data Makefile



bde         1998/07/07 16:06:00 PDT

  Modified files:
    usr.bin/mklocale/data Makefile 
  Log:
  Use the installed version of mklocale 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 mklocale binary, but the layout
  of the mklocale tree forces recursing to mklocale/data for at least
  the obj target even when _BUILD_TOOLS is defined.
  
  Revision  Changes    Path
  1.13      +6 -8      src/usr.bin/mklocale/data/Makefile