diff options
Diffstat (limited to 'libexec/build-make-compile')
-rwxr-xr-x | libexec/build-make-compile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/build-make-compile b/libexec/build-make-compile index d3eb176..3a5de16 100755 --- a/libexec/build-make-compile +++ b/libexec/build-make-compile @@ -92,6 +92,8 @@ build_make_compile() wait find * -depth \( ! -type d \) -print0 > "${binpkg_list}" mv "${binpkg_list}" "${D}/var/db/binpkgs/${CATEGORY}/${NAME}" + + date >> "${BUILDER_TMPDIR}/${CATEGORY}/${NAME}/.compile" )} if test "${BUILDER_CALL_STACK}" = '__main__'; then |