Searched defs:MODULE (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/
H A Db8t.mk14 MODULE = bind macro
16 BDIR = $(BASE)/$(MODULE)
31 @( cd $(BASE) && tar -xvf $(SDIR)/$(MODULE).tar ) > $(RDIR)/.populate 2>&1
36 @rm -fr $(SDIR)/$(MODULE)
37 @( cd $(SDIR) && cvs -d $(CVSROOT) checkout $(MODULE) )
38 @( cd $(SDIR) && tar -cvf $(MODULE).tar $(MODULE) )
H A Db9t.mk17 MODULE = bind9 macro
24 RDIR = /proj/build-reports/$(MODULE)/hosts/$(PLATFORM)
31 @( cd $(BDIR) && rm -fr $(MODULE) )
36 @( cd $(BDIR) && tar -xvf $(SDIR)/$(MODULE).tar ) > $(RDIR)/.populate 2>&1
41 @( cd $(BDIR)/$(MODULE) && ./configure ) > $(RDIR)/.config 2>&1
46 @( cd $(BDIR)/$(MODULE) && $(MAKE) -k all ) > $(RDIR)/.build 2>&1
51 -@( cd $(BDIR)/$(MODULE)/bin/tests && $(MAKE) test ) > $(RDIR)/.test 2>&1
56 @rm -fr $(SDIR)/$(MODULE)
57 @( cd $(SDIR) && cvs -d $(CVSROOT) checkout $(MODULE) && tar -cvf $(MODULE)
[all...]

Completed in 618 milliseconds