~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to maketgz

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
# Replace version number in header file:
61
61
sed 's/#define CURL_VERSION .*/#define CURL_VERSION "'$curlversion'"/g' $CHEADER >$CHEADER.dist
62
62
 
63
 
# Generate VC8 and VC9 versions from the VC6 Makefile versions
64
 
for ver in vc8 vc9; do
 
63
# Generate VC8, VC9, and VC10 versions from the VC6 Makefile versions
 
64
for ver in vc8 vc9 vc10; do
65
65
  make -f Makefile.dist $ver
66
66
  mv src/Makefile.$ver src/Makefile.$ver.dist
67
67
  mv lib/Makefile.$ver lib/Makefile.$ver.dist