One may also build multiple modules in one go. For example, rather than rebuild all different versions of PAW individually, one may request that they are all rebuilt, as follows:
Building multiple modules
vxcrna:/cernlib > make -n pawall
makepack -p PAWMDNET
makepack -s PAWMDNET
makepack -c PAWMDNET
makepack -o PAWX11 PAWMDNET
makepack -p PAWMDNET
makepack -s PAWMDNET
makepack -c PAWMDNET
makepack -o PAWDECW PAWMDNET
makepack -p PAWMDNET
makepack -s PAWMDNET
makepack -c PAWMDNET
makepack -o PAWGKS PAWMDNET
makepack -p PAWPP
makepack -s PAWPP
makepack -c PAWPP
makepack -o PAWPP PAWPP
makepack -p KXTERM
makepack -s KXTERM
makepack -c KXTERM
makepack -o KXTERM KXTERM
makepack -p PAWM
makepack -s PAWM
makepack -c PAWM
makepack -o PAWGKS_T PAWM
makepack -p PAWM
makepack -s PAWM
makepack -c PAWM
makepack -o PAWX11_T PAWM
In this case, KXTERM is also rebuilt as it is required by PAW++.