Lines Matching defs:MODULE
17 MODULE = bind9
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).tar $(MODULE) )