~ubuntu-branches/ubuntu/precise/libdebian-installer/precise-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-10-20 03:34:24 UTC
  • Revision ID: james.westby@ubuntu.com-20071020033424-2wa0awrt1uc0h9ud
Tags: 0.53
* Remove compatibility with ancient dpkg-architecture; build-depend on
  newer dpkg-dev instead.
* archdetect: Add the powerpc/cell platform.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
5
5
 
6
6
DEB_HOST_ARCH_OS    := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
7
 
ifeq ($(DEB_HOST_ARCH_OS),)
8
 
  DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
9
 
  ifeq ($(DEB_HOST_ARCH_OS),gnu)
10
 
    DEB_HOST_ARCH_OS := hurd
11
 
  endif
12
 
endif
13
7
 
14
8
#CFLAGS = -Wall -W -Werror -ggdb -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes
15
9
CFLAGS = -Wall -W -Werror -ggdb -Wmissing-declarations