Makefile.uts (8ac09fcebf848c31516b15ce92861de4b2f514e8) Makefile.uts (19b94df933188a15d4f0d6c568f0bab3f127892e)
1#
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

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

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
1#
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

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

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
25# Copyright (c) 2011 by Delphix. All rights reserved.
25#
26
27#
28# This Makefile contains the common targets and definitions for
29# all kernels. It is to be included in the Makefiles for specific
30# implementation architectures and processor architecture dependent
31# modules: i.e.: all driving kernel Makefiles.
32#

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

312
313#
314# Used to uniquify a non-genunix module against genunix. If used in patch
315# mode (PATCH_BUILD != "#"), the patch ID corresponding to the module being
316# built will be used as the label. If no ID is available, or if patch mode
317# is not being used, the value of $VERSION will be used.
318#
319# For the ease of developers dropping modules onto possibly unrelated systems,
26#
27
28#
29# This Makefile contains the common targets and definitions for
30# all kernels. It is to be included in the Makefiles for specific
31# implementation architectures and processor architecture dependent
32# modules: i.e.: all driving kernel Makefiles.
33#

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

313
314#
315# Used to uniquify a non-genunix module against genunix. If used in patch
316# mode (PATCH_BUILD != "#"), the patch ID corresponding to the module being
317# built will be used as the label. If no ID is available, or if patch mode
318# is not being used, the value of $VERSION will be used.
319#
320# For the ease of developers dropping modules onto possibly unrelated systems,
320# you can set NO_GENUNIX_MERGE= in the environment to skip uniquifying against
321# genunix.
321# you can set NO_GENUNIX_UNIQUIFY= in the environment to skip uniquifying
322# against genunix.
322#
323NO_GENUNIX_UNIQUIFY=$(POUND_SIGN)
324SKIP_GENUNIX_UNIQUIFY=no
325$(NO_GENUNIX_UNIQUIFY)SKIP_GENUNIX_UNIQUIFY=yes
326
327CTFMERGE_UNIQUIFY_AGAINST_GENUNIX = \
328 @label="-L VERSION" ; \
329 uniq= ; \

--- 348 unchanged lines hidden ---
323#
324NO_GENUNIX_UNIQUIFY=$(POUND_SIGN)
325SKIP_GENUNIX_UNIQUIFY=no
326$(NO_GENUNIX_UNIQUIFY)SKIP_GENUNIX_UNIQUIFY=yes
327
328CTFMERGE_UNIQUIFY_AGAINST_GENUNIX = \
329 @label="-L VERSION" ; \
330 uniq= ; \

--- 348 unchanged lines hidden ---