~ubuntu-branches/ubuntu/maverick/ocfs2-tools/maverick

« back to all changes in this revision

Viewing changes to mounted.ocfs2/Cscope.make

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2007-11-19 06:53:59 UTC
  • Revision ID: james.westby@ubuntu.com-20071119065359-7yan1p3eg1d28sgx
Tags: 1.3.9-0ubuntu1

* Update default timeouts in template and translations files.

* debian/rules: fix clean target to not purge upstream patches/ directory.

* debian/control: rework Build-Depends
  - sort them: debian build specific bits first, upstream after in configure
    check order.
  - add pkg-config.
  - add libselinux1-dev and libsepol1-dev.

* add package ocfs2-tools-static-dev to include all development headers and
  static libraries required to build ocfs2-test (and possibly other tools
  that already in development stage.

* stop shipping local copy of mount.ocfs2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.PHONY: cscope
 
2
cscope:
 
3
        rm -f cscope.*
 
4
        echo "-k" >> cscope.files
 
5
        find . -name '*.[ch]' >>cscope.files
 
6
        find ../libocfs2/ -name '*.[ch]' >>cscope.files
 
7
        find ../libo2cb/ -name '*.[ch]' >>cscope.files
 
8
        find ../libo2dlm/ -name '*.[ch]' >>cscope.files
 
9
        cscope -b