configure: no need to mkdir QMP
commit 7537fe04 QMP: QMP/ -> docs/qmp/
Above commit has moved last QMP files to docs/qmp and it's not necessary
to create QMP directory. So remove it from configure.
Signed-off-by: Liming Wang <liming.wang@canonical.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
			
			
This commit is contained in:
		
							parent
							
								
									6a07a695b0
								
							
						
					
					
						commit
						58ab9e6807
					
				| 
						 | 
					@ -5372,10 +5372,6 @@ for rom in seabios vgabios ; do
 | 
				
			||||||
    echo "LD=$ld" >> $config_mak
 | 
					    echo "LD=$ld" >> $config_mak
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if test "$docs" = "yes" ; then
 | 
					 | 
				
			||||||
  mkdir -p QMP
 | 
					 | 
				
			||||||
fi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# set up qemu-iotests in this build directory
 | 
					# set up qemu-iotests in this build directory
 | 
				
			||||||
iotests_common_env="tests/qemu-iotests/common.env"
 | 
					iotests_common_env="tests/qemu-iotests/common.env"
 | 
				
			||||||
iotests_check="tests/qemu-iotests/check"
 | 
					iotests_check="tests/qemu-iotests/check"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue