summaryrefslogtreecommitdiff
path: root/solenv/Package_minor.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-29 15:06:11 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 15:06:11 +0200
commit41cf973f84f42c0605fdd9e8c5f307be888c2f89 (patch)
tree4bd5f19aace950f7b4469cca3ba781c54cbee744 /solenv/Package_minor.mk
parent79179df3d97e6f838fa07cfffbbeb2987ce66c17 (diff)
$(OUTDIR)/inc/*minor.mk is created my gbuild now
Actually I think it should be removed entirely, because dmake already includes minor.mk directly from solenv, but I do not want to pry into it right now... Change-Id: I51520642f4796d722cb2131e91e9e92a82920531
Diffstat (limited to 'solenv/Package_minor.mk')
-rw-r--r--solenv/Package_minor.mk33
1 files changed, 33 insertions, 0 deletions
diff --git a/solenv/Package_minor.mk b/solenv/Package_minor.mk
new file mode 100644
index 000000000000..7ea056ae0b88
--- /dev/null
+++ b/solenv/Package_minor.mk
@@ -0,0 +1,33 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Package_Package,solenv_minor_mk,$(SRCDIR)/solenv/inc))
+
+$(eval $(call gb_Package_add_file,solenv_minor_mk,inc/$(UPD)minor.mk,minor.mk))
+$(eval $(call gb_Package_add_file,solenv_minor_mk,inc/minormkchanged.flg,minor.mk))
+
+# vim: set shiftwidth=4 tabstop=4 noexpandtab: