Source-Changes archive

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

CVS commit: src/usr.bin/xinstall



Module Name:    src
Committed By:   rillig
Date:           Fri Oct 30 20:05:00 UTC 2020

Modified Files:
        src/usr.bin/xinstall: Makefile xinstall.c

Log Message:
install(1): copy metachar table from usr.bin/make

It is not worth having a dependency on usr.bin/make just for including
this small table.  The header file usr.bin/make/make.h, which is
included for consistency with the rest of the usr.bin/make code, is
using inline functions a lot and refers to several parts of make that
are completely irrelevant to usr.bin/install.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/xinstall/Makefile
cvs rdiff -u -r1.125 -r1.126 src/usr.bin/xinstall/xinstall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index