Makefile (c0e7977a) Makefile (7b07063d)
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

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

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#
21# uts/intel/Makefile
22#
23# Copyright (c) 1999, 2010, Oracle and/or its affiliates. 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

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

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#
21# uts/intel/Makefile
22#
23# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
24#
25# This makefile drives the production of all implementation architecture
26# independent modules for Intel processors.
27
28UTSBASE = ..
29
30include Makefile.intel
31

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

73#
74# NOTE: The rules for generating priv_const.c file are shared between all
75# processor architectures and and should be kept in sync. If they are changed in
76# this file make sure that sparc rules are updated as well.
77#
78PRIVS_C = $(SRC)/uts/common/os/priv_const.c
79
80$(PRIVS_C): $(PRIVS_AWK) $(PRIVS_DEF)
25#
26# This makefile drives the production of all implementation architecture
27# independent modules for Intel processors.
28
29UTSBASE = ..
30
31include Makefile.intel
32

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

74#
75# NOTE: The rules for generating priv_const.c file are shared between all
76# processor architectures and and should be kept in sync. If they are changed in
77# this file make sure that sparc rules are updated as well.
78#
79PRIVS_C = $(SRC)/uts/common/os/priv_const.c
80
81$(PRIVS_C): $(PRIVS_AWK) $(PRIVS_DEF)
81 $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) cfile=$@
82 $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) cfile=$@
82
83CLOBBERFILES += $(PRIVS_C)
84
85#
86# Prerequisites
87#
88# The uts/Makefile defines build parallelism for x86 platforms such that i86pc,
89# i86xpv and intel are all built in parallel. This requires building certain

--- 74 unchanged lines hidden ---
83
84CLOBBERFILES += $(PRIVS_C)
85
86#
87# Prerequisites
88#
89# The uts/Makefile defines build parallelism for x86 platforms such that i86pc,
90# i86xpv and intel are all built in parallel. This requires building certain

--- 74 unchanged lines hidden ---