~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to debian/rules-cs.mk

  • Committer: Bazaar Package Importer
  • Author(s): James Westby
  • Date: 2009-03-01 15:53:17 UTC
  • Revision ID: james.westby@ubuntu.com-20090301155317-ahy3raqpe415affu
Tags: 3.3.0-14ubuntu1
* Mono 2.0 transition:
  - Pass MCS=/usr/bin/csc to make so that the default compiler is used.
  - Build-Depend on mono-devel instead of mono-gmcs so that csc is available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
debian/stamp-build-cs:: DEB_MAKE_INVOKE := $(DEB_MAKE_ENVVARS) make \
9
9
        PKG_CONFIG_PATH=../../lib/pkgconfig:../lib/pkgconfig:lib/pkgconfig \
10
 
        UNAME=$(UNAME) prefix=/usr
 
10
        UNAME=$(UNAME) prefix=/usr MCS=/usr/bin/csc
11
11
debian/stamp-build-cs:: debian/stamp-build-cpp
12
12
        -mkdir -p cs/bin
13
13
        -for i in src demo test ; do \