~ubuntu-branches/ubuntu/precise/llvm-2.8/precise

« back to all changes in this revision

Viewing changes to debian/rules.d/control.mk

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-09-07 17:51:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100907175117-a0kgmxnvkdq5mw3l
Tags: 2.8~20100907-0ubuntu1
* New upstream snapshot, taken from the 2.8 branch.
* Provide a symlink /usr/lib/llvm-2.8svn -> llvm-2.8.
* Merge build fixes from clang and llvm-gcc-4.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
diffstats:
21
21
        @echo Updating diffstats...
22
22
        for patch in $(D)/debian/patches/*.patch ; do \
 
23
          test -f "$$patch" || continue; \
23
24
          (echo '---' ; \
24
25
           diffstat $${patch} ; \
25
26
           echo ; \