Marcel Telka
2024-04-05 f228266143fa00a0d993ef25540014f5fea6ca10
commit | author | age
29b078 1 #
JK 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2021 Jim Klimov
14 #
15 include ../../../make-rules/shared-macros.mk
16
17 # Beside the p5m file, there is really nothing to this component which just
18 # delivers a user and group actions as a common ground for automated builders
19 COMPONENT_NAME=                abuild-common
20 COMPONENT_VERSION=            1.0
21 COMPONENT_FMRI=                developer/$(COMPONENT_NAME)
22 COMPONENT_CLASSIFICATION=    Development/C
23 COMPONENT_LICENSE=            CDDL
24 COMPONENT_LICENSE_FILE=        opensolaris.license
25 COMPONENT_SUMMARY=            Standard accound for Automated Builds systems
26
27 include $(WS_MAKE_RULES)/prep-download.mk
28 include $(WS_MAKE_RULES)/justmake.mk
29 include $(WS_MAKE_RULES)/ips.mk
30
31 PATH=$(PATH.gnu)
32
33 download::
34
35 $(BUILD_DIR)/.prep: Makefile abuild-common.p5m
36     $(MKDIR) -p "$(@D)"
37     $(TOUCH) $@
38
39 prep::  $(BUILD_DIR)/.prep
40
41 clean::
42     $(RM) -r $(BUILD_DIR)
43
44 clobber:: clean
45
46 build:: $(BUILD_DIR)/.prep
47
48 install: $(BUILD_DIR)/.prep
49
50 test: $(NO_TESTS)
51
52 # Auto-generated dependencies