Skip to content
  • mrobinson@webkit.org's avatar
    [GTK] Clean build is broken when using make -j · 20bd7d49
    mrobinson@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=76388
    
    .:
    
    * GNUmakefile.am: Add new global source list variables.
    
    Source/WebCore:
    
    No new tests. This is just a build fix.
    
    Use order-only dependencies to ensure that built sources are built before
    files that depend on them.
    
    * GNUmakefile.am: Establish an order-only dependency on some built sources before starting
    to build non-generated sources. Rename some temporary files and variables to be more consistent.
    * bindings/gobject/GNUmakefile.am: Updated to reflect new variable names.
    
    Source/WebKit2:
    
    * GNUmakefile.am: Add some WebKit2 sources to global sources lists
    so that we can refer to them in separate GNUmakefiles.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108523 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    20bd7d49