~ubuntu-branches/ubuntu/edgy/xfsprogs/edgy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2005-11-16 16:32:35 UTC
  • Revision ID: james.westby@ubuntu.com-20051116163235-synnef6xjj18ny42
Tags: 2.7.7-1
* New upstream release.
* Add support for (optional) ATTR2 format extension (closes: #336350)
* Allow gcc -pedantic option for C++ <xfs.h> users (closes: #249429)
* Fix segv in xfs_db frag command (closes: #338207)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
pkgdi  = DIST_ROOT=`pwd`/$(dirdi); export DIST_ROOT;
17
17
stdenv = @GZIP=-q; export GZIP;
18
18
 
19
 
options = DEBUG=-DNDEBUG; DISTRIBUTION=debian; LOCAL_CONFIGURE_OPTIONS=--enable-readline=yes; export DEBUG DISTRIBUTION LOCAL_CONFIGURE_OPTIONS;
20
 
diopts = $(options) OPTIMIZER=-Os; LOCAL_CONFIGURE_OPTIONS="--enable-gettext=no"; export OPTIMIZER LOCAL_CONFIGURE_OPTIONS;
 
19
options = export DEBUG=-DNDEBUG DISTRIBUTION=debian \
 
20
          INSTALL_USER=root INSTALL_GROUP=root \
 
21
          LOCAL_CONFIGURE_OPTIONS=--enable-readline=yes ;
 
22
diopts  = $(options) \
 
23
          export OPTIMIZER=-Os LOCAL_CONFIGURE_OPTIONS="--enable-gettext=no" ;
21
24
checkdir = test -f debian/rules
22
25
 
23
26
build: built
33
36
        $(options) $(MAKE) configure
34
37
        touch .census
35
38
 
36
 
dibuild: 
 
39
dibuild:
37
40
        $(checkdir)
38
41
        @echo "== dpkg-buildpackage: installer" 1>&2
39
42
        if [ ! -f mkfs/mkfs.xfs-$(bootpkg) ]; then \