comparison Makefile.in @ 3213:ec7be25aaf74

for native builds, really put build tools and installed packages in same directory tree
author John W. Eaton <jwe@octave.org>
date Tue, 06 Aug 2013 21:26:25 -0400
parents 360f71254066
children df75a174b366
comparison
equal deleted inserted replaced
3212:7ab70e4f0dcc 3213:ec7be25aaf74
72 # and it's not clear to me how to change that. 72 # and it's not clear to me how to change that.
73 # 73 #
74 # For native builds, dump everything all together in one directory tree. 74 # For native builds, dump everything all together in one directory tree.
75 BUILD_TOOLS_PREFIX := $(PWD)/usr 75 BUILD_TOOLS_PREFIX := $(PWD)/usr
76 ifeq ($(MXE_NATIVE_BUILD),yes) 76 ifeq ($(MXE_NATIVE_BUILD),yes)
77 HOST_PREFIX := $(BUILD_TOOLS_PREFIX)
78 else
77 HOST_PREFIX := $(PWD)/usr/$(TARGET) 79 HOST_PREFIX := $(PWD)/usr/$(TARGET)
78 else
79 HOST_PREFIX := $(BUILD_TOOLS_PREFIX)
80 endif 80 endif
81 81
82 # At least one package uses --with instead of --enable. 82 # At least one package uses --with instead of --enable.
83 ifeq ($(BUILD_SHARED),yes) 83 ifeq ($(BUILD_SHARED),yes)
84 ifeq ($(BUILD_STATIC),yes) 84 ifeq ($(BUILD_STATIC),yes)