gcc-6: don't ship info pages
[unleashed-userland.git] / components / sunstudio12.1 / Makefile
blobf2178243eefebc1d0d400ab29314acfc8b1f9ad8
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2012, Andrzej Szeszo
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= sunstudio12u1
18 COMPONENT_VERSION= 12.1.1
19 COMPONENT_REVISION= 5
20 COMPONENT_SRC= $(COMPONENT_NAME)
21 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
22 # below is required for userland-fetch to bahave
23 COMPONENT_ARCHIVE_URL=blah
25 download::
26 $(IPS2TGZ) $(COMPONENT_SRC) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE) http://pkg.openindiana.org/legacy \
27 pkg://opensolaris.org/developer/sunstudio12u1@12.1.1,5.11-0.111:20100306T002245Z
29 include ../../make-rules/prep.mk
30 include ../../make-rules/ips.mk
32 $(SOURCE_DIR)/build/$(MACH)/.installed:
33 @$(MKDIR) $(PROTO_DIR)
34 @$(CP) -RP $(COMPONENT_SRC)/$(MACH)/* $(PROTO_DIR)
35 @$(MKDIR) $(@D)
36 @$(TOUCH) $@
38 build: prep
40 install: build $(SOURCE_DIR)/build/$(MACH)/.installed
42 clean::
43 $(RM) -r $(SOURCE_DIR) $(BUILD_DIR)