diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-07 09:07:32 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-07 09:08:33 -0600 |
commit | 5ed6b310c6721c001293f2dd058cdfaec09e8024 (patch) | |
tree | 88600e269f14b23357d49a7027a7d3bf2b1dc89d | |
parent | efbe3f64906da13ad2a73613148845bfb2c01720 (diff) |
oops forgot a file
-rw-r--r-- | post.Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/post.Makefile b/post.Makefile new file mode 100644 index 000000000000..bfa8b34dfca5 --- /dev/null +++ b/post.Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +gb_SourceEnvAndRecurse_STAGE=gbuild +include $(SOLARENV)/gbuild/gbuild.mk +$(eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk))) + +# vim: set noet sw=4 ts=4: |