move reconfigure into gbuild

This commit is contained in:
Bjoern Michaelsen
2011-11-29 17:07:57 +01:00
parent 6a6152a9a3
commit d73e574d8a
96 changed files with 131 additions and 103 deletions

View File

@@ -26,11 +26,11 @@
#
#*************************************************************************
gb_PARTIALBUILD := T
ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else
gb_PARTIALBUILD := T
include $(SOLARENV)/gbuild/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))