Newer
Older
#!/bin/sh
# A trivial script to build with all known configurations
# (please add a configs/ file to test your special case
T=$(mktemp /tmp/wrpc-config.XXXXXX)
configs=$(cd configs; echo *_defconfig)
if [ $# -ne 0 ]; then
configs="$*"
fi