X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=netware%2FMakefile;h=ea411f529807a3750040c2ddfa181330b9ace342;hp=fdc7ebbd515b4879580bc17ae42a152bf8c9416f;hb=eb7c95171c437a16d055021b8f4fdb98f017f24f;hpb=8b2c74a025ed32db8704366ac2c3bd8885a3a802 diff --git a/netware/Makefile b/netware/Makefile index fdc7ebb..ea411f5 100644 --- a/netware/Makefile +++ b/netware/Makefile @@ -1,4 +1,4 @@ -# Gnu Makefile for NetWare target * 22-Feb-2007 +# Gnu Makefile for NetWare target * 15-Feb-2007 # for use with gcc/nlmconv or Metrowerks CodeWarrior compiler # use with: make -f Makefile [help|all|clean|dev|devclean|dist|distclean] @@ -127,9 +127,8 @@ AR = $(LD) ARFLAGS = -type library -w nocmdline $(OBJS) -o LIBEXT = lib CFLAGS += -gccinc -inline off -opt nointrinsics -proc 586 -CFLAGS += -relax_pointers # -r +CFLAGS += -relax_pointers #CFLAGS += -w on,nounused,nounusedexpr # -ansi strict -CFLAGS += -w noerror,noiserror ifeq ($(LIBARCH),LIBC) PRELUDE = $(SDK_LIBC)/imports/libcpre.o CFLAGS += -align 4 @@ -489,7 +488,6 @@ $(PROOT)/rrd_config.h: FORCE Makefile $(OBJDIR)/version.inc @echo $(DL)#define HAVE_TIME_H 1$(DL) >> $@ @echo $(DL)#define HAVE_TZSET 1$(DL) >> $@ @echo $(DL)#define HAVE_UNAME 1$(DL) >> $@ - @echo $(DL)#define HAVE_UNISTD_H 1$(DL) >> $@ @echo $(DL)#define HAVE_VSNPRINTF 1$(DL) >> $@ @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@