components/open-fabrics/Makefile
changeset 4339 6501cf9c29f9
parent 4196 d697072a92f5
child 4746 8e237ffd0a48
equal deleted inserted replaced
4336:e0e4b5ad6cb9 4339:6501cf9c29f9
    63 prep::			TARGET = prep
    63 prep::			TARGET = prep
    64 install:		TARGET = install
    64 install:		TARGET = install
    65 clean:			TARGET = clean
    65 clean:			TARGET = clean
    66 clobber:		TARGET = clobber
    66 clobber:		TARGET = clobber
    67 test:			TARGET = test
    67 test:			TARGET = test
       
    68 system-test:		TARGET = system-test
    68 parfait:		TARGET = parfait
    69 parfait:		TARGET = parfait
    69 
    70 
    70 build:		install
    71 build:		install
    71 
    72 
    72 .DEFAULT:	publish
    73 .DEFAULT:	publish
    73 
    74 
    74 download unpack patch prep::	$(SUBDIRS)
    75 download unpack patch prep::	$(SUBDIRS)
    75 install test: $(SUBDIRS)
    76 install test system-test: $(SUBDIRS)
    76 
    77 
    77 parfait:
    78 parfait:
    78 	$(MAKE) PARFAIT_BUILD=yes install
    79 	$(MAKE) PARFAIT_BUILD=yes install
    79 
    80 
    80 clean::	$(SUBDIRS)
    81 clean::	$(SUBDIRS)