[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v17 19/19] osstest: use -DWITHOUT_AUTO_OBJ with FreeBSD release targets
Due to a recent FreeBSD change the default output directory of the release targets is changed to the object directory instead of the source directory. Use WITHOUT_AUTO_OBJ to restore previous behavior. This is harmless if used with previous versions, it will be ignored. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- ts-freebsd-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-freebsd-build b/ts-freebsd-build index 5e7e1078..5d82d809 100755 --- a/ts-freebsd-build +++ b/ts-freebsd-build @@ -78,7 +78,7 @@ sub build_release ($$$) { buildcmd_stamped_logged_root($time, 'freebsd', "release-$target", $prefix, <<END, ''); -make -C release $target +make -C release $target -DWITHOUT_AUTO_OBJ END } -- 2.13.6 (Apple Git-96) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |