repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release.sh: restore -jJAILDIR option
[minix.git]
/
releasetools
/
tell_config
blob
8a0cc2a41ba44b6a52d51bff2e63566e82583cca
1
#!/bin/sh
2
#
3
# tellconfig - Tell the value of a <minix/config.h> parameter
4
# Author: Kees J. Bot
5
6
echo
"
7
#include
\"
../include/minix/config.h
\"
8
$*
9
"
>/
tmp
/
tell.$$
10
exec
</
tmp
/
tell.$$
11
rm
/
tmp
/
tell.$$
12
13
exec
clang
-P -E
-