diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-27 02:52:17 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-28 17:57:03 +0100 |
commit | 8a310e3521db1f9a15a7ec32b3171c4969c461be (patch) | |
tree | 58b207983e09f7187cfc99f98f2037a372a8d5e1 /tail_build | |
parent | f26974181331713b166119d7149c5b280bf3a83e (diff) |
moved some more targets to gbuild
Diffstat (limited to 'tail_build')
-rw-r--r-- | tail_build/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tail_build/Makefile b/tail_build/Makefile index 625b0cb91faa..59fd1c760383 100644 --- a/tail_build/Makefile +++ b/tail_build/Makefile @@ -30,6 +30,8 @@ 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,$(SRCDIR)/Module_tail_build.mk)) |