summaryrefslogtreecommitdiff
path: root/post.Makefile
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-02-26 13:37:49 -0500
committerPeter Foley <pefoley2@verizon.net>2012-02-26 13:37:49 -0500
commit141a659f63b73d03f71cdb32ccbafa3b40c8b339 (patch)
treef62a7296c0af25e047a014619642b13d0956e4be /post.Makefile
parentc471556c89e4efcd21c0e48f938792c493662492 (diff)
rename post.Makeflie to Makefile.post
Diffstat (limited to 'post.Makefile')
-rw-r--r--post.Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/post.Makefile b/post.Makefile
deleted file mode 100644
index bfa8b34dfca5..000000000000
--- a/post.Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- 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: