summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorThierry Reding <thierry@gilfi.de>2006-10-16 10:03:32 +0000
committerThierry Reding <thierry@gilfi.de>2006-10-16 10:03:32 +0000
commit5cef6ca36a699a37d647da19b3d1746f1d6348c1 (patch)
tree015d397fa730a79c3348cced988d3d84a7c01d3d /configs
parentbe2b518f7bd69197c9f71708893008e1ec8adc5e (diff)
Move the detection of architecture-specific configurations to the debian/rules
file. Add the configs target to debian/rules for checking whether the correct configurations will be built.
Diffstat (limited to 'configs')
-rw-r--r--configs/debian-dri-arch13
-rw-r--r--configs/debian-swx11+glu-arch15
2 files changed, 0 insertions, 28 deletions
diff --git a/configs/debian-dri-arch b/configs/debian-dri-arch
deleted file mode 100644
index b5785409359..00000000000
--- a/configs/debian-dri-arch
+++ /dev/null
@@ -1,13 +0,0 @@
-# Configuration for building a version of the DRI drivers optimized for the
-# build architecture.
-
-ifneq ($(wildcard $(TOP)/configs/debian-dri-$(DEB_BUILD_ARCH)),)
- include $(TOP)/configs/debian-dri-$(DEB_BUILD_ARCH)
-else
- include $(TOP)/configs/debian-dri-any
-endif
-
-CONFIG_NAME = debian-dri-arch
-
-# vim: ft=make
-
diff --git a/configs/debian-swx11+glu-arch b/configs/debian-swx11+glu-arch
deleted file mode 100644
index 3c02fbe5819..00000000000
--- a/configs/debian-swx11+glu-arch
+++ /dev/null
@@ -1,15 +0,0 @@
-# Configuration for building a version of swx11 and libGLU optimized for the
-# build architecture.
-
-ifneq ($(wildcard $(TOP)/configs/debian-swx11+glu-$(DEB_BUILD_ARCH)),)
- include $(TOP)/configs/debian-swx11+glu-$(DEB_BUILD_ARCH)
-else
- include $(TOP)/configs/debian-swx11+glu-any
-endif
-
-CONFIG_NAME = debian-swx11+glu-arch
-
-override SRC_DIRS = mesa glu
-
-# vim: ft=make
-