X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Finclude.am;h=a16154b0d7605440282c49271bf1bafe02171173;hb=2de8026caaa36906661a315f18fdb81288990ea2;hp=77d199df11522647c4cacb4972d1df61a9dc01ed;hpb=14070e715aae7d19126c4f2a2d44c77e4cce362d;p=awesomized%2Flibmemcached diff --git a/libtest/include.am b/libtest/include.am index 77d199df..a16154b0 100644 --- a/libtest/include.am +++ b/libtest/include.am @@ -183,6 +183,13 @@ endif TMP_DIR := tmp_chroot/etc tmp_chroot/var/log tmp_chroot/var/tmp tmp_chroot/var/run tmp_chroot/var/drizzle BUILT_SOURCES+= $(TMP_DIR) +BUILT_SOURCES+= tmp_chroot/support + +tmp_chroot/support: | tmp_chroot + @cp -R support tmp_chroot + +tmp_chroot: + @$(mkdir_p) $@ $(TMP_DIR): @$(mkdir_p) $(TMP_DIR)