Source-Changes archive

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

re: CVS commit: src/usr.bin/nvi



   
   On Tue, May 20, 2008 at 06:04:16PM +0000, Aymeric Vincent wrote:
   > 
   > Module Name:       src
   > Committed By:      aymeric
   > Date:              Tue May 20 18:04:16 UTC 2008
   > 
   > Added Files:
   >    src/usr.bin/nvi: Makefile Makefile.inc
   >    src/usr.bin/nvi/build: Makefile config.h pathnames.h port.h
   >    src/usr.bin/nvi/catalog: Makefile
   > 
   > Log Message:
   > add the reachover infrastructure to build nvi 1.81.6 from src/dist/nvi
   > XXX docs are left out for the moment
   > the recover script is also left out, but provided by the older vi
   > 
   > The src/usr.bin/nvi directory is not descended into yet, but is otherwise
   > functional
   
   The handling of the manpage in src/usr.bin/nvi/build/Makefile leaves the
   nvi.1 file in the OBJ directory after doing a make cleandir.
   
   I thought about to add it to CLEANFILES, but maybe there is a better way
   for the copy task:
     nvi.1: ${DIST}/docs/vi.man/vi.1
        cp ${DIST}/docs/vi.man/vi.1 nvi.1
   
   Or forget about finding a better way, since this is only a temporary problem
   while we install two vi versions.


i believe BUILDSYMLINKS can be used to do this sanely.


.mrg.


Home | Main Index | Thread Index | Old Index