components/stdcxx/Makefile
changeset 4339 6501cf9c29f9
parent 4252 891a844655c4
child 4498 ce7fc2376fb0
equal deleted inserted replaced
4336:e0e4b5ad6cb9 4339:6501cf9c29f9
   283 	    -mach64=$(MACH64) )
   283 	    -mach64=$(MACH64) )
   284 	test -d $(TOPDIR) || $(MKDIR) $(TOPDIR)
   284 	test -d $(TOPDIR) || $(MKDIR) $(TOPDIR)
   285 
   285 
   286 test:	$(TEST_32_and_64)
   286 test:	$(TEST_32_and_64)
   287 
   287 
       
   288 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
       
   289 
   288 clean::
   290 clean::
   289 	$(RM) -r $(COMPONENT_SRC) $(COMPONENT_SRC)-32 $(COMPONENT_SRC)-64
   291 	$(RM) -r $(COMPONENT_SRC) $(COMPONENT_SRC)-32 $(COMPONENT_SRC)-64
   290 	$(RM) -f *.sed *.out
   292 	$(RM) -f *.sed *.out
   291 
   293 
   292 
   294