projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ad533
)
Define DEB_BUILD_ARCH in debian/rules
author
Julien Cristau
<julien.cristau@ens-lyon.org>
Mon, 19 Dec 2005 12:28:52 +0000
(12:28 +0000)
committer
Julien Cristau
<julien.cristau@ens-lyon.org>
Mon, 19 Dec 2005 12:28:52 +0000
(12:28 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 908d826c401a9080ffb64a8ae97e8a86c256b829..e3ecb1a186cf7361a5ee7a0e7a7bd1db2695d5c5 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-24,7
+24,7
@@
export DH_OPTIONS
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
CFLAGS = -Wall -g