Title: [211570] trunk
Revision
211570
Author
jbed...@apple.com
Date
2017-02-02 10:33:29 -0800 (Thu, 02 Feb 2017)

Log Message

Undefined subroutine in svn-create-patch
https://bugs.webkit.org/show_bug.cgi?id=167742

Unreviewed build-fix after r211543.

* Scripts/VCSUtils.pm: fixSVNPatchForAdditionWithHistory was not exported.

Modified Paths

Removed Paths

Diff

Deleted: trunk/Makefile (211569 => 211570)


--- trunk/Makefile	2017-02-02 18:31:54 UTC (rev 211569)
+++ trunk/Makefile	2017-02-02 18:33:29 UTC (rev 211570)
@@ -1,21 +0,0 @@
-MODULES = WebKitLibraries Source Tools
-
-all:
-	@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
-	if [ $$exit_status -ne 0 ]; then exit $$exit_status; fi; done
-
-debug d:
-	@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
-	if [ $$exit_status -ne 0 ]; then exit $$exit_status; fi; done
-
-release r:
-	@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
-	if [ $$exit_status -ne 0 ]; then exit $$exit_status; fi; done
-
-analyze:
-	@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
-	if [ $$exit_status -ne 0 ]; then exit $$exit_status; fi; done
-
-clean:
-	@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
-	if [ $$exit_status -ne 0 ]; then exit $$exit_status; fi; done

Modified: trunk/Tools/ChangeLog (211569 => 211570)


--- trunk/Tools/ChangeLog	2017-02-02 18:31:54 UTC (rev 211569)
+++ trunk/Tools/ChangeLog	2017-02-02 18:33:29 UTC (rev 211570)
@@ -1,3 +1,12 @@
+2017-02-02  Jonathan Bedard  <jbed...@apple.com>
+
+        Undefined subroutine in svn-create-patch
+        https://bugs.webkit.org/show_bug.cgi?id=167742
+
+        Unreviewed build-fix after r211543.
+
+        * Scripts/VCSUtils.pm: fixSVNPatchForAdditionWithHistory was not exported.
+
 2017-02-02  Xabier Rodriguez Calvar  <calva...@igalia.com>
 
         Unreviewed. Fix jhbuild dependencies build.

Modified: trunk/Tools/Scripts/VCSUtils.pm (211569 => 211570)


--- trunk/Tools/Scripts/VCSUtils.pm	2017-02-02 18:31:54 UTC (rev 211569)
+++ trunk/Tools/Scripts/VCSUtils.pm	2017-02-02 18:33:29 UTC (rev 211570)
@@ -59,6 +59,7 @@
         &escapeSubversionPath
         &exitStatus
         &fixChangeLogPatch
+        &fixSVNPatchForAdditionWithHistory
         &gitBranch
         &gitDirectory
         &gitTreeDirectory
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to