minix/releasetools/tell_config
Thomas Veerman 7f99f3a293 Rename tools to releasetools
This is in preparation of NetBSD's tools directory to build tools
for cross compilation.
2012-06-18 10:53:37 +00:00

14 lines
222 B
Bash
Executable file

#!/bin/sh
#
# tellconfig - Tell the value of a <minix/config.h> parameter
# Author: Kees J. Bot
echo "
#include \"../include/minix/config.h\"
$*
" >/tmp/tell.$$
exec </tmp/tell.$$
rm /tmp/tell.$$
exec clang -P -E -