Searched hist:"388 d475815c23901010a25c845eb078d47ee0740" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | 519e1693d4b4f3b0a1a24f3f092d54c38a6d8ad8 Fri Sep 16 14:50:43 CDT 2011 Stefan Weil <weil@mail.berlios.de> Makefile: Fix broken build
make -C mybuilddir no longer works (regression caused by commit) 388d475815c23901010a25c845eb078d47ee0740.
PWD is the directory of the caller (not mybuilddir), so BUILD_DIR is set to the wrong value.
GNU make sets CURDIR to the correct value. Use this macro instead of PWD.
Cc: Lluís Vilanova <vilanova@ac.upc.edu> Cc: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> 388d475815c23901010a25c845eb078d47ee0740 Thu Sep 15 15:45:35 CDT 2011 Lluís Vilanova <vilanova@ac.upc.edu> build: Always have 'BUILD_DIR' variable pointing to the root of the build tree
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|