Home
last modified time | relevance | path

Searched refs:DEST2 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/regress/usr.bin/libtool/
H A DMakefile35 DEST2 = ${.OBJDIR}/dest2/usr/local macro
125 mkdir -p ${DEST2}/lib
126 ${LIBTOOL} install liba.la ${DEST2}/lib/liba.la
352 CLEANFILES += ${DEST}/bin/* ${DEST}/lib/* ${DEST2}/lib/* ${DEST3}/lib/*
/openbsd-src/regress/usr.sbin/pkg_add/
H A DMakefile82 @test -f ${DEST2}/${LONG1}
83 @test -f ${DEST2}/${LONG2}
84 @cd ${DEST2} && test -h ${LONG3} && test `readlink ${LONG3}` = ${LONG2}
85 @cd ${DEST2} && test `stat -f '%i' ${LONG1}` = `stat -f '%i' ${LONG4}`