History log of /openbsd/regress/libexec/ld.so/dlopen/prog4/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 7a64b6a1 21-Jan-2025 anton <anton@openbsd.org>

Favor the CXX variable as opposed of hardcoding c++. Allows one to run
regress using a different compiler such as llvm-19 from ports.


# 71f62328 15-Jun-2015 deraadt <deraadt@openbsd.org>

fix regress fallout due to CFLAGS vs CXXFLAGS


# 35562582 21-Sep-2005 drahn <drahn@openbsd.org>

more main.C -> main.c


# 63103538 17-Sep-2005 drahn <drahn@openbsd.org>

add regression tests to validate that dlopened objects can pick up their
depend libraries. Also that dlopen() does not just exit when a dependant
library is not found.