Makefile (6a72db4a7fa12c3e0d1c1cf91a07390739fa0fbf) Makefile (7b07063d906859b2be1e88791f801b3c96e432f6)
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

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

19# CDDL HEADER END
20#
21#
22# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
23# Copyright 2014, Joyent, Inc. All rights reserved.
24# Copyright 2013 Garrett D'Amore <garrett@damore.org>
25# Copyright 2013 Saso Kiselkov. All rights reserved.
26# Copyright 2015 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

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

19# CDDL HEADER END
20#
21#
22# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
23# Copyright 2014, Joyent, Inc. All rights reserved.
24# Copyright 2013 Garrett D'Amore <garrett@damore.org>
25# Copyright 2013 Saso Kiselkov. All rights reserved.
26# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
27# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
27#
28
29include $(SRC)/uts/Makefile.uts
30
31FILEMODE=644
32
33#
34# Note that the following headers are present in the kernel but

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

1337 $(ROOTHOTPLUGPCIHDRS) \
1338 $(ROOTRSMHDRS) \
1339 $(ROOTTSOLHDRS) \
1340 $($(MACH)_ROOTHDRS)
1341
1342all_h: $(GENHDRS)
1343
1344priv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
28#
29
30include $(SRC)/uts/Makefile.uts
31
32FILEMODE=644
33
34#
35# Note that the following headers are present in the kernel but

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

1338 $(ROOTHOTPLUGPCIHDRS) \
1339 $(ROOTRSMHDRS) \
1340 $(ROOTTSOLHDRS) \
1341 $($(MACH)_ROOTHDRS)
1342
1343all_h: $(GENHDRS)
1344
1345priv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
1345 $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
1346 $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
1346
1347priv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
1347
1348priv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
1348 $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
1349 $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
1349
1350usb/usbdevs.h: $(USBDEVS_AWK) $(USBDEVS_DATA)
1350
1351usb/usbdevs.h: $(USBDEVS_AWK) $(USBDEVS_DATA)
1351 $(NAWK) -f $(USBDEVS_AWK) $(USBDEVS_DATA) -H > $@
1352 $(AWK) -f $(USBDEVS_AWK) $(USBDEVS_DATA) -H > $@
1352
1353LVMDERIVED_H:
1354 cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE) all_h
1355
1356clean:
1357 $(RM) $(GENHDRS)
1358
1359clobber: clean
1360 cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE) clobber
1361
1362check: $(CHECKHDRS)
1363
1364FRC:
1353
1354LVMDERIVED_H:
1355 cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE) all_h
1356
1357clean:
1358 $(RM) $(GENHDRS)
1359
1360clobber: clean
1361 cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE) clobber
1362
1363check: $(CHECKHDRS)
1364
1365FRC: