Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#!/bin/sh # # $FreeBSD$ # set -e ldns=$(dirname $(realpath $0)) cd $ldns libtoolize --copy autoheader autoconf ./configure --prefix= --exec-prefix=/usr cd $ldns/drill autoheader autoconf ./configure --prefix= --exec-prefix=/usr