Skip to content
Snippets Groups Projects
Commit 47e54545 authored by Julien Cristau's avatar Julien Cristau
Browse files

Delete some now unused code from debian/rules.

parent 54885ff0
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ mesa (7.3~rc1-1) UNRELEASED; urgency=low
* Merge packaging changes from unstable, from 7.0.3-5 to 7.0.3-7.
* Delete unused configs/debian-*, and install-source.sh script. We've
switched to using autoconf, and mesa-swx11-source is gone.
* Delete some now unused code from debian/rules.
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 09 Dec 2008 01:38:42 +0200
......
......@@ -22,7 +22,6 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_BUILD_DIR ?= $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
confflags += --build=$(DEB_HOST_GNU_TYPE)
......@@ -30,9 +29,6 @@ else
confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
endif
export DEB_BUILD_ARCH
export DEB_HOST_ARCH_CPU
# choose which configurations to build
include debian/scripts/choose-configs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment