Source-Changes archive

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

CVS commit: src/tests/usr.bin/xlint/lint1



Module Name:    src
Committed By:   rillig
Date:           Tue Apr 20 21:20:24 UTC 2021

Modified Files:
        src/tests/usr.bin/xlint/lint1: Makefile

Log Message:
tests/lint1: fix build error "must name an existing directory"

The build failed with this error message:

        x86_64--netbsd-install: the last argument (/.../emit.ln) must
        name an existing directory

The cause for this message was that ${DESTDIR}/.../emit.ln has
${DESTDIR}/.../emit.c as implicit target, which is kind of correct but
unintended in this case.  Because of this, the command 'install' was run
like this:

        install ${NETBSDSRCDIR}/.../emit.ln ${DESTDIR}/.../emit.c \
            ${DESTDIR}/.../emit.ln


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/tests/usr.bin/xlint/lint1/Makefile

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