]> Git Repo - qemu.git/commit
Makefile: Remove BUILD_DIR from qapi-dir
authorStefan Weil <[email protected]>
Sat, 9 Jun 2012 07:08:38 +0000 (09:08 +0200)
committerStefan Hajnoczi <[email protected]>
Fri, 22 Jun 2012 08:41:30 +0000 (09:41 +0100)
commitf69a9c666b6f8f1b688f5c0f0cf9b780c598f966
tree466d0a00f5db1d495c06f380e1025caf7901af82
parent471fbf4ab87bc6a564d8050aa6bba242b978ea4d
Makefile: Remove BUILD_DIR from qapi-dir

qapi-dir does not need an absolute path. All other build directories
are relative. When BUILD_DIR is removed, the build output looks better
(no long lines with absolute paths when everything else uses short
lines):

  GEN   qapi-generated/qga-qapi-types.c
  CC    qapi-generated/qga-qapi-types.o
  GEN   qapi-generated/qga-qapi-visit.c
  CC    qapi-generated/qga-qapi-visit.o
  GEN   qapi-generated/qga-qmp-marshal.c
  CC    qapi-generated/qga-qmp-marshal.o

Using a relative path also avoids potential problems when BUILD_DIR
includes blanks.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Makefile
This page took 0.026845 seconds and 4 git commands to generate.