chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d844d61
)
bin/mdw-build: Add an option to set output-directory qualifier explicitly.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 2 Jul 2024 13:35:32 +0000
(14:35 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 2 Jul 2024 13:35:32 +0000
(14:35 +0100)
bin/mdw-build
patch
|
blob
|
blame
|
history
diff --git
a/bin/mdw-build
b/bin/mdw-build
index 0781c164b007840ff5a98ba366ed82640889c54b..a66ae68d369200e1ebe54a1cab5cf35c63358398 100755
(executable)
--- a/
bin/mdw-build
+++ b/
bin/mdw-build
@@
-116,6
+116,7
@@
Build options:
[no]test
[no]native
make=MAKE
+ qual=QUAL
EOF
}
@@
-159,6
+160,7
@@
for opt; do
dput) maybe_set dput dputtarget ;;
dput=*) dput=yes dputtarget=${opt#*=} ;;
make=*) make=${opt#*=} ;;
+ qual=*) qual=$qual$qualsep${opt#*=}; qualsep=- ;;
distcheck | debian | clean | vpath | native | test)
eval "$opt=yes"