Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 1997 22:08:28 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/ee Makefile
Message-ID:  <199703090608.WAA28976@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/03/08 22:08:26

  Modified:    usr.bin/ee  Makefile
  Log:
  Don't use a dot in a chown command.  In fact, don't use any commands
  except `install' at install time.  Don't build things at install time.
  Don't hide the build steps using @.  Install with mode ${NOBINMODE}
  instead of 444.
  
  Poor source layout made this harder than it should have been.  E.g.,
  a suffix rule can't be used because of the subdirectories, and a
  new makefile per subdirectory (i.e.m per data file) would be excessive.
  See /usr/src/usr.bin/mklocale for a better organisation.
  
  Revision  Changes    Path
  1.8       +13 -9     src/usr.bin/ee/Makefile



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