comparison make/linux/Makefile @ 6557:297543799769

fixed makefile to build on Solaris.
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Fri, 19 Oct 2012 09:55:54 +0200
parents 957c266d8bc5
children e522a00b91aa
comparison
equal deleted inserted replaced
6555:e90943411083 6557:297543799769
369 shark: jvmgshark productshark 369 shark: jvmgshark productshark
370 370
371 clean_docs: 371 clean_docs:
372 rm -rf $(SUBDIR_DOCS) 372 rm -rf $(SUBDIR_DOCS)
373 373
374 clean_compiler1 clean_compiler2 clean_core clean_zero clean_shark: 374 clean_compiler1 clean_compiler2 clean_core clean_zero clean_shark clean_graal:
375 rm -rf $(OSNAME)_$(BUILDARCH)_$(subst clean_,,$@) 375 rm -rf $(OSNAME)_$(BUILDARCH)_$(subst clean_,,$@)
376 376
377 clean: clean_compiler2 clean_compiler1 clean_core clean_zero clean_shark clean_docs 377 clean: clean_compiler2 clean_compiler1 clean_core clean_zero clean_shark clean_docs clean_graal
378 378
379 include $(GAMMADIR)/make/cscope.make 379 include $(GAMMADIR)/make/cscope.make
380 380
381 #------------------------------------------------------------------------------- 381 #-------------------------------------------------------------------------------
382 382