Makefile (7014882c) Makefile (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#

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

29
30ROOTLINK= $(ROOTUSRSBIN)/dfmounts
31
32CFLAGS += -s
33
34include ../../Makefile.cmd
35
36CERRWARN += -_gcc=-Wno-parentheses
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#

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

29
30ROOTLINK= $(ROOTUSRSBIN)/dfmounts
31
32CFLAGS += -s
33
34include ../../Makefile.cmd
35
36CERRWARN += -_gcc=-Wno-parentheses
37CERRWARN += -_gcc=-Wno-uninitialized
37CERRWARN += $(CNOWARN_UNINIT)
38
39.KEEP_STATE:
40
41all: $(PROG)
42
43$(PROG): dfshares.o
44 $(LINK.c) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
45 $(POST_PROCESS)

--- 12 unchanged lines hidden ---
38
39.KEEP_STATE:
40
41all: $(PROG)
42
43$(PROG): dfshares.o
44 $(LINK.c) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
45 $(POST_PROCESS)

--- 12 unchanged lines hidden ---