summaryrefslogtreecommitdiff
path: root/xdelta3/run_release.sh
diff options
context:
space:
mode:
authorJoshua MacDonald <josh.macdonald@gmail.com>2015-03-10 22:18:40 -0700
committerJoshua MacDonald <josh.macdonald@gmail.com>2015-03-10 22:18:40 -0700
commit66204f902496f9c5de3a82e1309c84c9ea103983 (patch)
tree4a608ce1a5789fd1cb25c9a1673b0a284dc18bbd /xdelta3/run_release.sh
parenta2e999beec49f222ab30006121eb84d8f9548fbb (diff)
Functions out of macros for xd3_decode_offset, to address warnings created by new definition of xoff_t
Diffstat (limited to 'xdelta3/run_release.sh')
-rwxr-xr-xxdelta3/run_release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/run_release.sh b/xdelta3/run_release.sh
index 22a1dcc..94fc55b 100755
--- a/xdelta3/run_release.sh
+++ b/xdelta3/run_release.sh
@@ -35,8 +35,8 @@ function buildit {
35 echo CXXFLAGS=$CXXFLAGS 35 echo CXXFLAGS=$CXXFLAGS
36 echo LDFLAGS=$LDFLAGS 36 echo LDFLAGS=$LDFLAGS
37 mkdir -p $D 37 mkdir -p $D
38 echo For machine=${machine} bits, 38 echo For machine=${machine}
39 echo For xoff_t=${offsetbits} bits. 39 echo For xoff_t=${offsetbits} bits
40 40
41 echo "Configuring $D ..." 41 echo "Configuring $D ..."
42 (cd $D && $SRCDIR/configure --prefix=$PWD/bin --enable-debug-symbols) 42 (cd $D && $SRCDIR/configure --prefix=$PWD/bin --enable-debug-symbols)