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#

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

26
27PROG=du
28XPG4PROG= du
29
30include ../Makefile.cmd
31
32CFLAGS += $(CCVERBOSE)
33CERRWARN += -_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#

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

26
27PROG=du
28XPG4PROG= du
29
30include ../Makefile.cmd
31
32CFLAGS += $(CCVERBOSE)
33CERRWARN += -_gcc=-Wno-parentheses
34CERRWARN += -_gcc=-Wno-uninitialized
34CERRWARN += $(CNOWARN_UNINIT)
35$(XPG4) := CFLAGS += -DXPG4
36CPPFLAGS += -D_FILE_OFFSET_BITS=64
37POFILE = du_cmd.po
38POFILES = du.po
39POFILES_XPG4 = du.po.xpg4
40$(POFILES_XPG4) := CFLAGS += -DXPG4
41CLOBBERFILES += $(POFILES_XPG4)
42LDLIBS += -lcmdutils

--- 19 unchanged lines hidden ---
35$(XPG4) := CFLAGS += -DXPG4
36CPPFLAGS += -D_FILE_OFFSET_BITS=64
37POFILE = du_cmd.po
38POFILES = du.po
39POFILES_XPG4 = du.po.xpg4
40$(POFILES_XPG4) := CFLAGS += -DXPG4
41CLOBBERFILES += $(POFILES_XPG4)
42LDLIBS += -lcmdutils

--- 19 unchanged lines hidden ---