Tidy up e32abiv2.flm for submission to team branch and emove unneccesary e32postlink.mk file. wip
authorDaniel Jacobs <daniel.jacobs@nokia.com>
Wed, 09 Dec 2009 11:47:38 +0000
branchwip
changeset 72 d106cce8a879
parent 71 ba3ff6a1ecab
child 73 8abaf9a4d607
Tidy up e32abiv2.flm for submission to team branch and emove unneccesary e32postlink.mk file.
sbsv2/raptor/lib/flm/e32abiv2.flm
--- a/sbsv2/raptor/lib/flm/e32abiv2.flm	Tue Dec 08 16:03:30 2009 +0000
+++ b/sbsv2/raptor/lib/flm/e32abiv2.flm	Wed Dec 09 11:47:38 2009 +0000
@@ -384,8 +384,6 @@
 # Generating the import library is enough if TARGETTYPE=implib #############
 
 ifneq ($(DOPOSTLINK),)
-# include $(FLMHOME)/e32postlink.mk
-
 # Capabilities
 ADDED_CAPABILITIES:=$(subst $(CHAR_SPACE),+,$(filter-out -%,$(CAPABILITY)))
 SUBTRACTED_CAPABILITIES:=$(subst $(CHAR_SPACE),,$(filter -%,$(CAPABILITY)))
@@ -611,7 +609,6 @@
 # outside the relevant tags but it is also unavoidable.
 define linktarget_func
 ## The actual link target, dependencies and build step
-$(info LINK OBJECTS are $(LINKOBJECTS))
 $(E32TARGET): $(POSTLINKDEFFILE) $(ELF2E32) $(if $(MULTIFILE_ENABLED),$(MULTIFILEOBJECT) $(CIAFILES_LINKOBJECTS),$(LINKOBJECTS)) $(escaped_e32abiv2_LIBS) $(LINKER_ENTRYPOINT_LIBDEP) $(if $(SUPPORTS_STDCPP_NEWLIB),$(CHECKLIB)) $(if $(LINKERFEEDBACK_STAGE2),$(FEEDBACKFILE),) $(if $(HAVE_ORDERONLY),|,) $(EPOCROOT)/epoc32/build/TEM_LIB
 	$(if $(MULTIFILE_ENABLED),,@echo -n "" > $(VIAFILE);
 	$(call groupin10,$(LINKOBJECTS)) ;)