Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 1997 13:01:57 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-games
Subject:   cvs commit:  src/games/boggle Makefile
Message-ID:  <199703082101.NAA02385@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         97/03/08 13:01:57

  Modified:    games/boggle  Makefile
  Log:
  Don't use a dot in the chown commands.  In fact, don't uses any commands
  except `install' at install time.  Don't build things at install time
  (this wastes 1MB for yet another version of /usr/src/share/dict/web*).
  Get the dependencies right.  Don't install things at afterinstall
  time.  Install things with the correct uid as a side effect of using
  bsd.prog.mk instead of bsd.obj.mk.
  
  The tools are still poorly handled.  It's hard to even determine which
  obj directory they are in.
  
  Revision  Changes    Path
  1.10      +24 -11    src/games/boggle/Makefile



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