Makefile.pools (7014882c) Makefile.pools (d3b5f563)
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

25#
26
27POOLSSRC = $(SRC)/cmd/pools
28POOLSCOMMONDIR = $(POOLSSRC)/common
29
30COMMON_OBJS = utils.o
31COMMON_SRCS = $(COMMON_OBJS:%.o=$(POOLSCOMMONDIR)/%.c)
32
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

25#
26
27POOLSSRC = $(SRC)/cmd/pools
28POOLSCOMMONDIR = $(POOLSSRC)/common
29
30COMMON_OBJS = utils.o
31COMMON_SRCS = $(COMMON_OBJS:%.o=$(POOLSCOMMONDIR)/%.c)
32
33CERRWARN += -_gcc=-Wno-uninitialized
33CERRWARN += $(CNOWARN_UNINIT)
34CERRWARN += -_gcc=-Wno-unused-label
35CERRWARN += -_gcc=-Wno-unused-variable
36CERRWARN += -_gcc=-Wno-implicit-function-declaration
34CERRWARN += -_gcc=-Wno-unused-label
35CERRWARN += -_gcc=-Wno-unused-variable
36CERRWARN += -_gcc=-Wno-implicit-function-declaration