Print this page
10051 cw(1) shouldn't have to translate -g


  32 ROOTFS_PROG=    $(LIBPROG)
  33 
  34 include         ../../Makefile.fstype
  35 
  36 OBJS=   $(LIBPROG).o
  37 SRCS=   $(LIBPROG).c
  38 POFILE= $(LIBPROG).po
  39 CLOBBERFILES    += $(LIBPROG)
  40 
  41 $(ROOTLIBFSTYPE)/mount := FILEMODE= 04555
  42 
  43 CFLAGS += $(CCVERBOSE)
  44 CERRWARN += -_gcc=-Wno-parentheses
  45 CERRWARN += -_gcc=-Wno-unused-label
  46 CSTD= $(CSTD_GNU99)
  47 
  48 LDLIBS += -lsmbfs
  49 
  50 CPPFLAGS += -I$(SRC)/uts/common -I$(SRC)/lib/libsmbfs 
  51 
  52 # uncomment these for dbx debugging
  53 #COPTFLAG = -g
  54 #CTF_FLAGS =
  55 #CTFCONVERT_O=
  56 #CTFMERGE_LIB=
  57 
  58 .KEEP_STATE:
  59 
  60 all:    $(ROOTFS_PROG)
  61 
  62 POFILE=         mount.po
  63 
  64 catalog:        $(POFILE)
  65 
  66 install:        $(ROOTLIBFSTYPEPROG)
  67 
  68 lint:   lint_SRCS
  69 
  70 clean:     
  71         $(RM) $(OBJS) $(POFILE)


  32 ROOTFS_PROG=    $(LIBPROG)
  33 
  34 include         ../../Makefile.fstype
  35 
  36 OBJS=   $(LIBPROG).o
  37 SRCS=   $(LIBPROG).c
  38 POFILE= $(LIBPROG).po
  39 CLOBBERFILES    += $(LIBPROG)
  40 
  41 $(ROOTLIBFSTYPE)/mount := FILEMODE= 04555
  42 
  43 CFLAGS += $(CCVERBOSE)
  44 CERRWARN += -_gcc=-Wno-parentheses
  45 CERRWARN += -_gcc=-Wno-unused-label
  46 CSTD= $(CSTD_GNU99)
  47 
  48 LDLIBS += -lsmbfs
  49 
  50 CPPFLAGS += -I$(SRC)/uts/common -I$(SRC)/lib/libsmbfs
  51 






  52 .KEEP_STATE:
  53 
  54 all:    $(ROOTFS_PROG)
  55 
  56 POFILE=         mount.po
  57 
  58 catalog:        $(POFILE)
  59 
  60 install:        $(ROOTLIBFSTYPEPROG)
  61 
  62 lint:   lint_SRCS
  63 
  64 clean:
  65         $(RM) $(OBJS) $(POFILE)