This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".

The branch, stable-2.11 has been updated
       via  09ff6a256470d525218f707181f43a7e628fda58 (commit)
      from  cd0d5ce51e252f49060f8e67ac633956577f2020 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 09ff6a256470d525218f707181f43a7e628fda58
Author: Yuto KAWAMURA(kawamuray) <[email protected]>
Date:   Thu Sep 25 04:10:44 2014 +0900

    Fix broken haskell dependencies
    
    Fixes issues 758 and 912.
    Since ghc -M does not generate inter object dependency rule for object
    files, dependencies from a target executable seed object
    (e.g. src/hluxid.o) to objects which finally will be linked to the
    target object (e.g. src/Ganeti/Daemon.o) are missing in Makefile.ghc.
    For instance, following commands will not rebuild src/hluxid inspite of
    its dependent object src/Ganeti/Daemon.o has been updated.
    
        $ make # rebuild all once
        $ touch src/Ganeti/Daemon.hs
        $ make # this will rebuild src/Ganeti/Daemon.o, not src/hluxid.o
    
    This patch adds simple substitution code after the Makefile.ghc
    generation to add additional inter object dependency for all object
    files to force relink related objects when a linked object has been
    updated.
    
    Signed-off-by: Yuto KAWAMURA(kawamuray) <[email protected]>
    Signed-off-by: Petr Pudlak <[email protected]>
    Reviewed-by: Petr Pudlak <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to