fix BUILDDIR <> SRCDIR in makefiles

Change-Id: I7b6cc6b638cec5e552492548a878325b3fe1119d
This commit is contained in:
Matúš Kukan
2013-02-28 09:51:12 +01:00
parent 1f97fe0547
commit 2057218fbc
3 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ifeq (,$(SOLARENV))
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_host.mk
endif
gb_Side := host
include $(SOLARENV)/gbuild/gbuild.mk

View File

@@ -7,7 +7,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_build.mk
include $(BUILDDIR)/config_build.mk
gb_Side := build
include $(SOLARENV)/gbuild/gbuild.mk

View File

@@ -126,11 +126,11 @@ distclean : clean compilerplugins-clean
$(BUILDDIR)/config_host.mk \
$(BUILDDIR)/config_host.mk.stamp \
$(BUILDDIR)/config_host/*.h \
$(BUILDDIR)/config_host/*.mk \
$(BUILDDIR)/configure \
$(BUILDDIR)/instsetoo_native/util/openoffice.lst \
$(BUILDDIR)/lo.xcent \
$(BUILDDIR)/solenv/inc/minor.mk \
$(BUILDDIR)/warn
$(BUILDDIR)/solenv/inc/minor.mk
find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
#