Source-Changes archive

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

CVS commit: src/tests/lib/libarchive



Module Name:    src
Committed By:   riastradh
Date:           Fri Aug 21 22:12:42 UTC 2026

Modified Files:
        src/tests/lib/libarchive: Makefile

Log Message:
libarchive: Avoid collision with LIBARCHIVE variable in makefile.

It was both the path to the .a file for DPADD, and the path to the
source directory.  Can't be both, and the source directory is purely
local while the .a file is used in other makefiles, so let's call the
source directory LIBARCHIVEDIR instead.

Found while trying to diagnose:

PR lib/60560: libarchive tests are failing


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/tests/lib/libarchive/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