]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
osstest: use -DWITHOUT_AUTO_OBJ with FreeBSD release targets
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 13 Feb 2018 12:40:30 +0000 (12:40 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 21 Jun 2018 15:56:55 +0000 (16:56 +0100)
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@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-freebsd-build

index 5e7e10788697225c6d2f39259f8ff5e4003e4a96..5d82d809a52a33ace6529a43595731e63ed517fa 100755 (executable)
@@ -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
 }