summaryrefslogtreecommitdiffstats
path: root/pimd/quagga-build.sh
blob: 2ad476d00c91fdfd0e735b12cd0ce7a7ea567e85 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/bash
#
# Build minimum Quagga needed for pimd.
#
# Run from quagga's top dir as:
# ./pimd/quagga-build.sh
#
# $QuaggaId: $Format:%an, %ai, %h$ $

./pimd/quagga-memtypes.sh && ./pimd/quagga-bootstrap.sh && ./pimd/quagga-configure.sh && make