diff -r e1eecf4d390d -r 593a8820b912 sbsv2/raptor/lib/flm/tools2common.flm --- a/sbsv2/raptor/lib/flm/tools2common.flm Mon Nov 16 09:46:46 2009 +0000 +++ b/sbsv2/raptor/lib/flm/tools2common.flm Mon Nov 16 20:39:37 2009 +0000 @@ -99,9 +99,9 @@ # make the output directories while reading makefile - some build engines prefer this $(call makepath,$(CREATABLEPATHS)) -## Clean up (using eval to avoid target specific variables) -$(eval $(call GenerateStandardCleanTarget,$(TARGETS) $(OBJECTFILES),$(CREATABLEPATHS),)) -## WHAT target -$(eval $(call whatmacro,$(RELEASEABLES),WHATTOOLS2)) +## Clean up +$(call raptor_clean,$(CLEANTARGETS) $(OBJECTFILES)) +## for the --what option and the log file +$(call raptor_release,$(RELEASEABLES)) ## The End