Summary: | Remove the Windows-specific rules from WebKit2's DerivedSources.make, Windows is not supported anymore | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||
Component: | New Bugs | Assignee: | Sam Weinig <sam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Sam Weinig
2013-09-24 22:26:37 PDT
Created attachment 212540 [details]
Patch
Comment on attachment 212540 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=212540&action=review > Source/WebKit2/DerivedSources.make:1 > -# Copyright (C) 2010, 2011, 2012 Apple Inc. All rights reserved. > +# Copyright (C) 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. Did we change this file this year? I don't think that removing code gives you copyright. > Source/WebKit2/DerivedSources.make:-139 > -# Mac-specific rules > - > -ifeq ($(PLATFORM_NAME),macosx) These changes are not mentioned in ChangeLog, and surprised me. Looks like this file is only used on Mac. (In reply to comment #2) > (From update of attachment 212540 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=212540&action=review > > > Source/WebKit2/DerivedSources.make:1 > > -# Copyright (C) 2010, 2011, 2012 Apple Inc. All rights reserved. > > +# Copyright (C) 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. > > Did we change this file this year? I don't think that removing code gives you copyright. > We did. r142518 for instance. > > Source/WebKit2/DerivedSources.make:-139 > > -# Mac-specific rules > > - > > -ifeq ($(PLATFORM_NAME),macosx) > > These changes are not mentioned in ChangeLog, and surprised me. > > Looks like this file is only used on Mac. Right, I think DerivedSources.make is only used by Mac and Windows. And without Windows, it only leaves Mac :). I'll fix the ChangeLog. Committed r156384: <http://trac.webkit.org/changeset/156384> |