My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Mar 01, 2009
    r80 ( * src/configuration.mk (distclean/config.status): Added con...) committed by pphaneuf   -   * src/configuration.mk (distclean/config.status): Added config.cache.
    * src/configuration.mk (distclean/config.status): Added config.cache.
  • Feb 28, 2009
    issue 5 (automatic dependencies do not work) Status changed by tro...@peakpeak.com   -   Thanks. I checked this in plus a little extra. It should work now.
    Status: Done
    Thanks. I checked this in plus a little extra. It should work now.
    Status: Done
  • Feb 28, 2009
    r79 (2009-02-28 Pierre Phaneuf <pphaneuf@gmail.com> Tom Tr...) committed by tro...@peakpeak.com   -   2009-02-28 Pierre Phaneuf <pphaneuf@gmail.com> Tom Tromey <tromey@redhat.com> * src/compile.mk (quagmire/all_depdirs): Rename from all_objdeps. ($(quagmire/all_objects)): Update. ($(filter-out $(DEPDIR),$(sort $(quagmire/all_depdirs)))): Update. Correctly include dependency files.
    2009-02-28 Pierre Phaneuf <pphaneuf@gmail.com> Tom Tromey <tromey@redhat.com> * src/compile.mk (quagmire/all_depdirs): Rename from all_objdeps. ($(quagmire/all_objects)): Update. ($(filter-out $(DEPDIR),$(sort $(quagmire/all_depdirs)))): Update. Correctly include dependency files.

Older

  • Dec 26, 2008
    issue 5 (automatic dependencies do not work) commented on by pphaneuf   -   Also, for some reason, the first time I build here, it doesn't generate the dependency information (it doesn't pass all the -M... parameters), but does afterward.
    Also, for some reason, the first time I build here, it doesn't generate the dependency information (it doesn't pass all the -M... parameters), but does afterward.
  • Dec 26, 2008
    issue 5 (automatic dependencies do not work) reported by pphaneuf   -   The attempt to include the files in .deps actually tries to include something like ".deps/src.o .deps/src.o" instead of the expected ".deps/src/foo.Po .deps/src/bar.Po". From the name of quagmire/all_objdeps, I would expect it to have the name of the .Po files, but it only contains a $(dir)'d version of those. Maybe that's what's supposed to be, but maybe a nicer fix would be to update that one. Also, the rule on line 42 of compile.mk seems a bit wrong to me, depending on the directories instead of the files themselves, although that might be intentional: http://code.google.com/p/quagmire/source/browse/trunk/src/compile.mk?r=78#42
    The attempt to include the files in .deps actually tries to include something like ".deps/src.o .deps/src.o" instead of the expected ".deps/src/foo.Po .deps/src/bar.Po". From the name of quagmire/all_objdeps, I would expect it to have the name of the .Po files, but it only contains a $(dir)'d version of those. Maybe that's what's supposed to be, but maybe a nicer fix would be to update that one. Also, the rule on line 42 of compile.mk seems a bit wrong to me, depending on the directories instead of the files themselves, although that might be intentional: http://code.google.com/p/quagmire/source/browse/trunk/src/compile.mk?r=78#42
  • Aug 30, 2008
    r78 ( * src/compile.mk (quagmire/all_objdeps): Sort. Create dire...) committed by tro...@peakpeak.com   -   * src/compile.mk (quagmire/all_objdeps): Sort. Create directories for object files. * src/util.mk (quagmire/create-directory): New function.
    * src/compile.mk (quagmire/all_objdeps): Sort. Create directories for object files. * src/util.mk (quagmire/create-directory): New function.
 
Hosted by Google Code