Makefile.in -- die, die, die!

This commit is contained in:
Bjoern Michaelsen
2011-11-29 17:11:34 +01:00
parent d73e574d8a
commit 80f27b43e1
5 changed files with 2 additions and 82 deletions

1
.gitignore vendored
View File

@@ -53,7 +53,6 @@
/config.parms
/configure
/desktop/scripts/soffice.sh
/Makefile
/makefile.mk
/set_soenv
/post_download

View File

@@ -1,79 +0,0 @@
# @configure_input@
SHELL=/usr/bin/env bash
.PHONY : build dev-install all cross_toolset install distro-pack-install clean clean-host clean-build distclean findunusedcode bootstrap
define forward_to_gbuild
@GNUMAKE@ -f $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/GNUmakefile.mk \
$(if @VERBOSE@,,-s) \
$(1)
endef
all:
@$(call forward_to_gbuild,$@)
check:
@$(call forward_to_gbuild,$@)
bootstrap:
@$(call forward_to_gbuild,$@)
debugrun:
@$(call forward_to_gbuild,$@)
%check:
@$(call forward_to_gbuild,$@)
distro-pack-install: install
@$(call forward_to_gbuild,$@)
id:
@$(call forward_to_gbuild,$@)
tags:
@$(call forward_to_gbuild,$@)
docs:
@$(call forward_to_gbuild,$@)
build: Makefile
@$(call forward_to_gbuild,$@)
dev-install: Makefile
@$(call forward_to_gbuild,$@)
cross_toolset:
@$(call forward_to_gbuild,$@)
clean:
@$(call forward_to_gbuild,$@)
clean-host:
@$(call forward_to_gbuild,$@)
clean-build:
@$(call forward_to_gbuild,$@)
distclean:
@$(call forward_to_gbuild,$@)
fetch:
@$(call forward_to_gbuild,$@)
unitcheck:
@$(call forward_to_gbuild,$@)
install:
@$(call forward_to_gbuild,$@)
findunusedcode:
@$(call forward_to_gbuild,$@)
ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
Makefile: autogen.lastrun configure.in ooo.lst.in set_soenv.in Makefile.in
./autogen.sh
endif
#as long as we are not completely gbuildified we need to explicitly depend on the build/install
#debugrun : dev-install # disabled for now, this dep seems to poison the debugrun !?

View File

@@ -9721,7 +9721,7 @@ else
echo > set_soenv.last
fi
AC_CONFIG_FILES([ooo.lst set_soenv Makefile bin/repo-list desktop/scripts/soffice.sh build_env])
AC_CONFIG_FILES([ooo.lst set_soenv bin/repo-list desktop/scripts/soffice.sh build_env])
AC_OUTPUT
# make sure this is executable

View File

@@ -49,7 +49,7 @@ $(SRCDIR)/src.downloaded: $(SRCDIR)/ooo.lst $(SRCDIR)/download
fetch: $(SRCDIR)/src.downloaded
# fixme: can we prevent these exports in the first place?
$(SRCDIR)/Env.Host.sh: autogen.lastrun configure.in ooo.lst.in set_soenv.in Makefile.in
$(SRCDIR)/Env.Host.sh: autogen.lastrun configure.in ooo.lst.in set_soenv.in
$(if $(gb_MINISOLARENV),unset GBUILDDIR gb_Helper_execute gb_XSLTPROC gb_Helper_set_ld_path gb_AWK DBGSV_ERROR_OUT && $(SRCDIR)/autogen.sh,@echo "cannot reconfigure from within solarenv" && rm -f $(SRCDIR)/Env.Host.sh && exit 2)
$(WORKDIR)/bootstrap: