Changeset: 3abb3634f467 for monetdb-java
URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=3abb3634f467
Modified Files:
        version.sh
Branch: default
Log Message:

No Makefile.ag anymore.


diffs (26 lines):

diff --git a/version.sh b/version.sh
--- a/version.sh
+++ b/version.sh
@@ -97,22 +97,6 @@ sed \
        -e "s|Release date: 20[0-9][0-9]-[01][0-9]-[0-3][0-9]|Release date: 
`date +%F`|" \
        ${file} | ${diff} ${file} - | ${patch}
 
-for file in \
-       Makefile.ag \
-       ; do
-       if [[ -f ${file} ]] ; then
-               for f in $FILES ; do
-                       fr=${f//XXX/${NEW_MAJOR}.${NEW_MINOR}}
-                       fo=${f//XXX/${ESC_MAJOR}.${ESC_MINOR}}
-                       fo=${fo//./\\.}
-                       sed -e "s|${fo}|${fr}|g" \
-                               ${file} | ${diff} ${file} - | ${patch}
-               done
-       else
-               echo "Please do not forget to patch file '${file##*../}', too."
-       fi
-done
-
 file="build.properties"
 sed \
        -e "s|${TYPE}_MAJOR=${ESC_MAJOR}|${TYPE}_MAJOR=${NEW_MAJOR}|g" \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to