Andreas Wacknitz
2024-04-05 2196154aaaa4f9e57ba4e7c886275d1cd18d7490
commit | author | age
9c75c0 1 #
NJ 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
e28f4f 21
AP 22 #
23 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
9c75c0 24 #
dab0d0 25 .NOTPARALLEL:
9c75c0 26
e28f4f 27 include $(WS_MAKE_RULES)/prep-download.mk
ad31a2 28
12abf9 29 include $(WS_MAKE_RULES)/prep-hg.mk
7919a6 30 include $(WS_MAKE_RULES)/prep-git.mk
ad4deb 31 include $(WS_MAKE_RULES)/prep-svn.mk
e28f4f 32 include $(WS_MAKE_RULES)/prep-unpack.mk
AP 33 include $(WS_MAKE_RULES)/prep-patch.mk
ff6ec3 34
e28f4f 35 download::
9c75c0 36
e28f4f 37 unpack::    download
9c75c0 38
e28f4f 39 patch::        unpack
7999b2 40
5cb52e 41 $(SOURCE_DIR)/.prep:    component-environment-prep download unpack patch
9c75c0 42     $(COMPONENT_PREP_ACTION)
NJ 43     $(TOUCH) $@
44
74300c 45 prep::    $(SOURCE_DIR)/.prep
9c75c0 46
NJ 47 clean::
e28f4f 48     $(PRE_CLEAN_ACTION)
9c75c0 49     $(RM) -r $(CLEAN_PATHS)
NJ 50
51 clobber::    clean
52     $(RM) -r $(CLOBBER_PATHS)