Targetdirs (cd61ae21) Targetdirs (45ede40b)
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.

--- 14 unchanged lines hidden (view full) ---

23# Copyright 2011, Richard Lowe
24# Copyright (c) 2012 by Delphix. All rights reserved.
25# Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>
26# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
27# Copyright 2014 Garrett D'Amore <garrett@damore.org>
28# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
29# Copyright 2017 Nexenta Systems, Inc.
30# Copyright 2017 RackTop Systems.
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.

--- 14 unchanged lines hidden (view full) ---

23# Copyright 2011, Richard Lowe
24# Copyright (c) 2012 by Delphix. All rights reserved.
25# Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>
26# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
27# Copyright 2014 Garrett D'Amore <garrett@damore.org>
28# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
29# Copyright 2017 Nexenta Systems, Inc.
30# Copyright 2017 RackTop Systems.
31# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
31# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
32# Copyright 2020 Joyent, Inc.
33#
34
35#
36# It is easier to think in terms of directory names without the ROOT macro
37# prefix. ROOTDIRS is TARGETDIRS with ROOT prefixes. It is necessary
38# to work with ROOT prefixes when controlling conditional assignments.
39#

--- 42 unchanged lines hidden (view full) ---

82$(BUILDPY3)PYTHON3_DIRS += \
83 /usr/lib/python$(PYTHON3_VERSION) \
84 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages \
85 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris \
86 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__pycache__ \
87 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs \
88 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__
89
32# Copyright 2020 Joyent, Inc.
33#
34
35#
36# It is easier to think in terms of directory names without the ROOT macro
37# prefix. ROOTDIRS is TARGETDIRS with ROOT prefixes. It is necessary
38# to work with ROOT prefixes when controlling conditional assignments.
39#

--- 42 unchanged lines hidden (view full) ---

82$(BUILDPY3)PYTHON3_DIRS += \
83 /usr/lib/python$(PYTHON3_VERSION) \
84 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages \
85 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris \
86 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__pycache__ \
87 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs \
88 /usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__
89
90$(BUILDPY3b)PYTHON3_DIRS += \
91 /usr/lib/python$(PYTHON3b_VERSION) \
92 /usr/lib/python$(PYTHON3b_VERSION)/vendor-packages \
93 /usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris \
94 /usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/__pycache__ \
95 /usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs \
96 /usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/__pycache__
97
90DIRS= \
91 /boot \
92 /boot/solaris \
93 /boot/solaris/bin \
94 $($(MACH)_DIRS) \
95 /dev \
96 /dev/dsk \
97 /dev/fd \

--- 554 unchanged lines hidden ---
98DIRS= \
99 /boot \
100 /boot/solaris \
101 /boot/solaris/bin \
102 $($(MACH)_DIRS) \
103 /dev \
104 /dev/dsk \
105 /dev/fd \

--- 554 unchanged lines hidden ---