Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 1995 11:18:48 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-share
Subject:   cvs commit: src/share/mk bsd.man.mk
Message-ID:  <199510211818.LAA08687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/10/21 11:18:47

  Modified:    share/mk  bsd.man.mk
  Log:
  Fix maninstall target for the NOMANCOMPRESS case.  The previous revision
  failed when there was an obj directory.  Use .PATH.n for installing too
  so that make can find the source files.  This allows the source files to
  be in several directories (the old method using cd only works well for
  a single directory).  The dependencies are on the source files even for
  the compressed case, although it would be more flexible to depend on the
  files being installed, so that `make install' doesn't attempt to build
  things
  
  Force COPY to -c for the NOMANCOMPRESS case.  Then the files to be installed
  are always sources, so they must not be moved.



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