|
From: <ai...@us...> - 2013-12-01 08:27:44
|
Revision: 12792
http://sourceforge.net/p/plplot/code/12792
Author: airwin
Date: 2013-12-01 08:27:41 +0000 (Sun, 01 Dec 2013)
Log Message:
-----------
Tweak the directions for epa_build developers.
Modified Paths:
--------------
trunk/cmake/epa_build/README.developers
Modified: trunk/cmake/epa_build/README.developers
===================================================================
--- trunk/cmake/epa_build/README.developers 2013-12-01 08:26:52 UTC (rev 12791)
+++ trunk/cmake/epa_build/README.developers 2013-12-01 08:27:41 UTC (rev 12792)
@@ -24,7 +24,7 @@
# Patch this result to correct errors I have discovered in the jhbuild
# configuration or else to use new versions of packages.
-patch <patch_gtk_packages.xml
+patch --no-backup-if-mismatch <patch_gtk_packages.xml
# To create the schema for gtk_packages.xml use
trang -I xml gtk_packages_$GTK_VERSION.xml gtk_packages_$GTK_VERSION.rnc
@@ -75,12 +75,12 @@
# additional changes that cannot be done via a patch to the *.xml file.
# Typically, these changes are hand edits which are tested then committed.
# So typically the patch is created by rerunning the above cmake
-# command then using "svn diff" > configured_pango.patch" to generate
+# command then using "svn diff" >| configured_pango.patch" to generate
# the reverse form of the patch to change the result created by the
# above cmake command into the svn committed form which is done with
# the following patch command.
-patch --reverse -p0 <configured_pango.patch
+patch --reverse --no-backup-if-mismatch -p0 <configured_pango.patch
N.B. configured_pango.patch is kept under version control.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|