summaryrefslogtreecommitdiff
path: root/maint/fullcheck.mk
diff options
context:
space:
mode:
Diffstat (limited to 'maint/fullcheck.mk')
-rw-r--r--maint/fullcheck.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/maint/fullcheck.mk b/maint/fullcheck.mk
index c636380f4..13b6d795c 100644
--- a/maint/fullcheck.mk
+++ b/maint/fullcheck.mk
@@ -32,11 +32,12 @@ define fullcheck_tmpl
check-$(fmt): fullcheck_dist fullcheckdir-$(fmt)
cd $(FULLCHECKDIR)/$(fmt) && \
tar xf ../../$(DISTNAME).tar.gz && \
- cd $(DISTNAME) && \
- mkdir .build && \
- cd .build && \
- ../configure MU_DEFAULT_SCHEME=$(fmt) && \
+ chmod -R a-w $(DISTNAME) && \
+ mkdir _build && \
+ cd _build && \
+ ../$(DISTNAME)/configure MU_DEFAULT_SCHEME=$(fmt) && \
make check
+ chmod -R u+w $(FULLCHECKDIR)/$(fmt)
rm -rf $(FULLCHECKDIR)/$(fmt)
endef

Return to:

Send suggestions and report system problems to the System administrator.