Makefile (b6805bf7) 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#
22# uts/intel/config/Makefile
23# Copyright 2010 Nexenta Systems, Inc. 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#
22# uts/intel/config/Makefile
23# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
24# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
24# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
25# Use is subject to license terms.
26#
27# This makefile drives the production of the kernel configuration files.
28#
29# intel architecture dependent
30#
31

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

109
110$(BOOTDEVICEDB):
111 $(INS) -s -d -m $(DIRMODE) $@
112
113$(BOOTDEVICEDB)/%: $(BOOTDEVICEDB) $(SRCDIR)/%
114 $(INS.file)
115
116$(SRCDIR)/priv_names: $(PRIVS_DEF) $(PRIVS_AWK)
25# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
26# Use is subject to license terms.
27#
28# This makefile drives the production of the kernel configuration files.
29#
30# intel architecture dependent
31#
32

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

110
111$(BOOTDEVICEDB):
112 $(INS) -s -d -m $(DIRMODE) $@
113
114$(BOOTDEVICEDB)/%: $(BOOTDEVICEDB) $(SRCDIR)/%
115 $(INS.file)
116
117$(SRCDIR)/priv_names: $(PRIVS_DEF) $(PRIVS_AWK)
117 $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
118 $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
118
119clean lint:
120clobber: clobber.targ
121
122#
123# No lints, so keep the clobber and clean targets reasonable.
124#
125CLEANLINTFILES = Nothing_to_remove
126CLEANFILES = Nothing_to_remove
127CLOBBERFILES = $(SRCDIR)/priv_names
128
129#
130# Include common targets.
131#
132include $(UTSBASE)/intel/Makefile.targ
119
120clean lint:
121clobber: clobber.targ
122
123#
124# No lints, so keep the clobber and clean targets reasonable.
125#
126CLEANLINTFILES = Nothing_to_remove
127CLEANFILES = Nothing_to_remove
128CLOBBERFILES = $(SRCDIR)/priv_names
129
130#
131# Include common targets.
132#
133include $(UTSBASE)/intel/Makefile.targ