projects
/
alioth
/
jupp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d260f
)
extra debugging
author
mirabilos
<t.glaser@tarent.de>
Sat, 2 Dec 2017 23:26:10 +0000
(
00:26
+0100)
committer
mirabilos
<t.glaser@tarent.de>
Sat, 2 Dec 2017 23:26:10 +0000
(
00:26
+0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
7992190
..
43e9503
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-315,3
+315,8
@@
binary-arch: build-arch
binary: binary-arch binary-indep
.PHONY: binary binary-arch binary-indep build build-arch build-indep clean
+
+ifneq (,$(strip ${___DISPLAY_MAKEVARS}))
+$(foreach var,${___DISPLAY_MAKEVARS},$(info $(strip ${var})=${$(strip ${var})}))
+$(error ___DISPLAY_MAKEVARS finished for ${___DISPLAY_MAKEVARS})
+endif