Remove unused OS_NAME makefile variable
Nothing reads or depends on the OS_NAME variable so just drop it altogether.
This commit is contained in:
parent
b0b6b5d559
commit
534ab2dfa9
3
Makefile
3
Makefile
|
@ -111,13 +111,12 @@ INSTALL ?= $(shell which install)
|
|||
PKGCONFIGDIR ?= $(INSTALLROOT)/lib/pkgconfig
|
||||
LOCALEDIR ?= $(INSTALLROOT)/share/locale
|
||||
|
||||
OS_NAME=$(shell uname -s)
|
||||
OS_RELEASE=$(shell uname -r)
|
||||
|
||||
export SYS_LIBS EXTRAOBJS BINMODE
|
||||
export INSTALLDIR SINSTALLDIR INCLUDEDIR INCLUDEMODE INCLUDEDIRMODE LOCALEDIR
|
||||
export MANDIR SMANDIR MANDIRMODE MANMODE
|
||||
export OS_NAME OS_RELEASE
|
||||
export OS_RELEASE
|
||||
|
||||
enable_nls=1
|
||||
debug=0
|
||||
|
|
|
@ -67,7 +67,6 @@ ifeq ($(HAVE_GETADDRINFO),1)
|
|||
FLAGS += -DHAVE_GETADDRINFO
|
||||
endif
|
||||
|
||||
OS_NAME=$(shell uname -s)
|
||||
OS_RELEASE=$(shell uname -r)
|
||||
|
||||
OBJS = main.o monitor.o mail.o plugins.o utils.o sysdeps-unix.o log.o
|
||||
|
|
Loading…
Reference in New Issue