perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / openindiana / system-prerequisite-gnu / Makefile
blobaa2d51f1d88178b19b0031992e43d51ab1d23eed
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 2011 EveryCity Ltd. All rights reserved.
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gnu-common
18 COMPONENT_VERSION= 0.5.11
20 include $(WS_MAKE_RULES)/ips.mk
22 $(BUILD_32): $(MAKEFILE_PREREQ)
23 $(RM) -r $(@D) ; $(MKDIR) $(@D)
24 $(TOUCH) $@
26 download:
28 prep:
30 build: $(BUILD_32)
32 install:
33 [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
35 clean:
36 $(RM) -r $(BUILD_DIR) $(PROTO_DIR)