[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3797 - glibc-package/branches/multiarch/debian



Author: aurel32
Date: 2009-09-04 12:30:13 +0000 (Fri, 04 Sep 2009)
New Revision: 3797

Modified:
   glibc-package/branches/multiarch/debian/rules
Log:
Small reorder


Modified: glibc-package/branches/multiarch/debian/rules
===================================================================
--- glibc-package/branches/multiarch/debian/rules	2009-09-04 12:08:15 UTC (rev 3796)
+++ glibc-package/branches/multiarch/debian/rules	2009-09-04 12:30:13 UTC (rev 3797)
@@ -44,10 +44,10 @@
 export SHELL          = /bin/bash -e
 
 DEB_HOST_ARCH         ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH_OS      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_GNU_CPU      ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_GNU_TYPE     ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_HOST_GNU_SYSTEM   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
-DEB_HOST_ARCH_OS      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_BUILD_ARCH        ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_GNU_CPU     ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 DEB_BUILD_GNU_TYPE    ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)


Reply to: