|
@ -22,3 +22,14 @@ |
|
|
|
|
|
|
|
|
var_append GCC3_WRAPPER_REMOVE " " "-DNEED_MAKEFILE_EDIT" |
|
|
var_append GCC3_WRAPPER_REMOVE " " "-DNEED_MAKEFILE_EDIT" |
|
|
var_insert makeinstopt " " "NETPERF_HOME=$bindir" |
|
|
var_insert makeinstopt " " "NETPERF_HOME=$bindir" |
|
|
|
|
|
|
|
|
|
|
|
postdoc_netperf() |
|
|
|
|
|
{ |
|
|
|
|
|
if [ "$createdocs" != 0 ] |
|
|
|
|
|
then |
|
|
|
|
|
mkdir -p $docdir |
|
|
|
|
|
cp -v netperf.ps $docdir |
|
|
|
|
|
fi |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
hook_add postdoc 1 postdoc_netperf |