[webkit-changes] cvs commit: WebCore ChangeLog Makefile.am

Maciej mjs at opensource.apple.com
Sat Dec 10 17:44:33 PST 2005


mjs         05/12/10 17:44:32

  Modified:    .        ChangeLog Makefile.am
  Log:
          Reviewed by Darin and Eric.
  
          * Makefile.am: Support --enable-svg
  
  Revision  Changes    Path
  1.506     +6 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.505
  retrieving revision 1.506
  diff -u -r1.505 -r1.506
  --- ChangeLog	11 Dec 2005 00:37:56 -0000	1.505
  +++ ChangeLog	11 Dec 2005 01:44:27 -0000	1.506
  @@ -1,3 +1,9 @@
  +2005-12-10  Maciej Stachowiak  <mjs at apple.com>
  +
  +        Reviewed by Darin and Eric.
  +
  +        * Makefile.am: Support --enable-svg
  +
   2005-12-10  Darin Adler  <darin at apple.com>
   
           Reviewed by Maciej.
  
  
  
  1.38      +2 -2      WebCore/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /cvs/root/WebCore/Makefile.am,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- Makefile.am	14 Aug 2005 08:07:20 -0000	1.37
  +++ Makefile.am	11 Dec 2005 01:44:29 -0000	1.38
  @@ -2,9 +2,9 @@
   	defaults write com.apple.Xcode PBXProductDirectory "$(SYMROOTS)"
   	defaults write com.apple.Xcode PBXIntermediatesDirectory "$(SYMROOTS)"
   	../WebKitTools/Scripts/set-webkit-configuration --$(BUILDSTYLE)
  -	xcodebuild -configuration $(BUILDSTYLE)
  +	xcodebuild -configuration $(BUILDSTYLE) $(WEBCORE_TARGET)
   clean-am:
   	defaults write com.apple.Xcode PBXProductDirectory "$(SYMROOTS)"
   	defaults write com.apple.Xcode PBXIntermediatesDirectory "$(SYMROOTS)"
   	../WebKitTools/Scripts/set-webkit-configuration --$(BUILDSTYLE)
  -	xcodebuild clean -configuration $(BUILDSTYLE)
  +	xcodebuild clean -configuration $(BUILDSTYLE) $(WEBCORE_TARGET)
  
  
  



More information about the webkit-changes mailing list