Use packages/ subdir instead of build/ for Docker package builds

This commit is contained in:
Vitaliy Filippov
2021-02-25 23:59:04 +03:00
parent bf9a175efc
commit 178388ac8c
6 changed files with 32 additions and 35 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#cd b/qemu; make qapi
gcc -I qemu/b/qemu `pkg-config glib-2.0 --cflags` \
-I qemu/include -E -o qemu_driver.i qemu_driver.c
-I qemu/include -E -o qemu_driver.i src/qemu_driver.c
rm -rf qemu-copy
for i in `grep -Po 'qemu/[^"]+' qemu_driver.i | sort | uniq`; do