9 lines
97 B
Bash
9 lines
97 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
## get some parameters from the makefile
|
||
|
|
||
|
export srcdir=$1
|
||
|
export top_builddir=$2
|
||
|
|
||
|
$3
|