[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 06/13] ts-xen-build: Allow specification of make targets
This allows sg-run-job (or a manual caller of ts-xen-build) to specify which target(s) to pass to `make'. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-xen-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-xen-build b/ts-xen-build index 3913273..7c9e804 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -25,6 +25,7 @@ use Osstest::BuildSupport; tsreadconfig(); selectbuildhost(\@ARGV); +# remaining arguments are passed as targets to "make" builddirsprops(); sub checkout () { @@ -108,7 +109,7 @@ END END #/; buildcmd_stamped_logged(9000, 'build', '',<<END,''); - make $makeflags + make $makeflags @ARGV END } -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |