Changed export of log files to just export them from the current directory, as that's where rom.pl/rom_sbs.pl leaves them.
authorSimon Howkins <simonh@symbian.org>
Thu, 03 Dec 2009 10:59:17 +0000
changeset 9 9cb0a1529d81
parent 8 8d0f562530b6
child 10 a9cc6fb4aaa6
Changed export of log files to just export them from the current directory, as that's where rom.pl/rom_sbs.pl leaves them.
kernel/eka/rombuild/rom.flm
--- a/kernel/eka/rombuild/rom.flm	Thu Dec 03 10:36:23 2009 +0000
+++ b/kernel/eka/rombuild/rom.flm	Thu Dec 03 10:59:17 2009 +0000
@@ -18,9 +18,9 @@
 
 FINAL::	
 	$(call startrule,copy) \
-	mv $(EPOCROOT)/$(REE_PATH)/rom.oby $(EPOCROOT)/epoc32/rom/$(REE_TARGET)/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG)_rom.oby; \
-	mv $(EPOCROOT)/$(REE_PATH)/ROMBUILD.LOG $(EPOCROOT)/epoc32/rom/$(REE_TARGET)/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG)_ROMBUILD.LOG; \
-	mv $(EPOCROOT)/$(REE_PATH)/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG).img $(EPOCROOT)/epoc32/rom/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG).img; \
+	mv rom.oby $(EPOCROOT)/epoc32/rom/$(REE_TARGET)/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG)_rom.oby; \
+	mv ROMBUILD.LOG $(EPOCROOT)/epoc32/rom/$(REE_TARGET)/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG)_ROMBUILD.LOG; \
+	mv $(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG).img $(EPOCROOT)/epoc32/rom/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG).img; \
 	$(call endrule,copy)
 
 endef
@@ -37,3 +37,4 @@
 $(eval $(call GenerateStandardCleanTarget, $(RELEASEABLES)))
 
 
+