~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal

« back to all changes in this revision

Viewing changes to mozilla/mfbt/double-conversion/update.sh

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-06-20 23:50:32 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20120620235032-fx5tuhrswvsju9z3
Tags: 1.6~b1+build1-0ubuntu1
New upstream release from the beta channel (CALENDAR_1_6b1_BUILD1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Usage: ./update.sh <double-conversion-src-directory>
 
2
#
 
3
# Copies the needed files from a directory containing the original
 
4
# double-conversion source that we need.
 
5
 
 
6
cp $1/LICENSE ./
 
7
cp $1/README ./
 
8
 
 
9
# Includes
 
10
cp $1/src/*.h ./
 
11
 
 
12
# Source
 
13
cp $1/src/*.cc ./
 
14
 
 
15
patch -p3 < add-mfbt-api-markers.patch
 
16
patch -p3 < useStandardInteger.patch