~xnox/ubuntu/quantal/mdadm/merge

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Dmitrijs Ledkovs
  • Author(s): Clint Byrum
  • Date: 2011-08-24 08:40:12 UTC
  • Revision ID: dmitrijs.ledkovs@canonical.com-20110824084012-upadqehb6dnjw3wg
Tags: 3.1.4-1+8efb9d1ubuntu6
* d/initramfs/mdadm-functions: Record in /run when boot-degraded 
  question has been asked so that it is only asked once (LP: #820111)
* d/control: add dependency on initscripts >= 2.88dsf-13.3 to ensure
  /run exists per http://wiki.debian.org/ReleaseGoals/RunDirectory
* d/rules: fix FTBFS by adding -Wno-unused-but-set-variable to
  compiler flags until upstream solves the issue. (LP: #829463)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
10
10
 
11
 
CXFLAGS = -ggdb -Wno-strict-aliasing
 
11
CXFLAGS = -ggdb -Wno-strict-aliasing -Wno-unused-but-set-variable
12
12
CXFLAGS_UDEB := $(CXFLAGS) -fomit-frame-pointer
13
13
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
14
14
    CXFLAGS += -O0