• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

Révision27de74a64f6894c1096289a6f3977c495429c3ad (tree)
l'heure2009-07-24 19:38:05
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

Use copy-file-to-new-target so that the timestamp will not be kept.
That forces to update system.img.

Change Summary

Modification

--- a/core/kernel.mk
+++ b/core/kernel.mk
@@ -30,7 +30,7 @@ $(BUILT_KERNEL_TARGET): $(KERNEL_CONFIG_FILE) | $(KBUILD_OUTPUT)
3030 $(mk_kernel) $(KERNEL_TARGET) $(if $(MOD_ENABLED),modules)
3131
3232 $(INSTALLED_KERNEL_TARGET): $(BUILT_KERNEL_TARGET) | $(ACP)
33- $(transform-prebuilt-to-target)
33+ $(copy-file-to-new-target)
3434 ifdef TARGET_PREBUILT_MODULES
3535 $(ACP) -r $(TARGET_PREBUILT_MODULES) $(TARGET_OUT)/lib
3636 else