]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
Assign ${.PARSEDIR} directly instead of cd + pwd.
authorAntti Kantee <pooka@iki.fi>
Sat, 14 Nov 2015 13:32:08 +0000 (13:32 +0000)
committerAntti Kantee <pooka@iki.fi>
Sat, 14 Nov 2015 13:32:08 +0000 (13:32 +0000)
Fixes issue #60

platform/hw/pci/Makefile.pci
platform/xen/pci/Makefile.pci

index ad7b5205d29b7fcf5e587207a29e1ee54988b47b..59ac4b9e9a9f03c324534efd2245bf101393d1a6 100644 (file)
@@ -1,4 +1,4 @@
-PCIDIR!=       cd ${.PARSEDIR} ; pwd -P
+PCIDIR:= ${.PARSEDIR}
 
 .include "${RUMPRUN_MKCONF}"
 .include "${BUILDRUMP_TOOLFLAGS}"
index 72c61e295cbe29febbba4ff7a0b9a2b55c6b2fd1..7c0748d61e8c98d78d90833015ee1d6d622e3ed5 100644 (file)
@@ -1,4 +1,4 @@
-PCIDIR!=       cd ${.PARSEDIR} ; pwd -P
+PCIDIR:= ${.PARSEDIR}
 
 .include "${RUMPRUN_MKCONF}"
 .include "${BUILDRUMP_TOOLFLAGS}"