From f9cc46b103b74e2f318c3ffc9d747dea6a3b46a5 Mon Sep 17 00:00:00 2001 From: Andrey Slusar Date: Thu, 13 Jan 2005 02:51:12 +0000 Subject: [PATCH] Makefile.in: some fixes for compiling in the BSD systems. --- source/ChangeLog | 12 ++++++++++-- source/Makefile.in | 16 ++++++++-------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/source/ChangeLog b/source/ChangeLog index 4550540..411b4ff 100644 --- a/source/ChangeLog +++ b/source/ChangeLog @@ -1,14 +1,22 @@ +2005-01-12 Andrey Slusar + + * Makefile.in (installdirs): fix compiling when use a bsd + chown. + + * Makefile.in (bforce/expression.c): fix compiling when use + a bsd make. + 2005-01-12 Evgeniy Kozhuhovskiy * bforce/nodelist.c (nodelist_open): rewritten logic * bforce/logger.c (log): fixed working with --enable-syslog - * logger.h: fixed some warnings + * include/logger.h: fixed some warnings 2005-01-11 Evgeniy Kozhuhovskiy - * nodelist.c(nodelist_open): fixed warnings + * bforce/nodelist.c (nodelist_open): fixed warnings 2005-01-11 Andrey Slusar diff --git a/source/Makefile.in b/source/Makefile.in index e8c5277..e6f0c9a 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -109,7 +109,7 @@ BFORCE_OBJS = bforce/bforce.o \ all: bin/bforce bin/bfindex bin/bfstat bin/nlookup -expression.c: bforce/expression.y +bforce/expression.c: bforce/expression.y $(YACC) bforce/expression.y mv y.tab.c bforce/expression.c @@ -168,13 +168,13 @@ installdirs: if [ ! -d $(SPOOLDIR)/bt/out ]; then mkdir -p $(SPOOLDIR)/bt/out; fi if [ ! -d $(SPOOLDIR)/ndl ]; then mkdir -p $(SPOOLDIR)/ndl; fi if [ ! -d $(SPOOLDIR)/bforce ]; then mkdir -p $(SPOOLDIR); fi - chown $(OWNER).$(GROUP) $(CONFDIR) - chown $(OWNER).$(GROUP) $(LOGDIR) - chown $(OWNER).$(GROUP) $(SPOOLDIR)/bt/in - chown $(OWNER).$(GROUP) $(SPOOLDIR)/bt/pin - chown $(OWNER).$(GROUP) $(SPOOLDIR)/bt/out - chown $(OWNER).$(GROUP) $(SPOOLDIR)/ndl - chown $(OWNER).$(GROUP) $(SPOOLDIR) + chown $(OWNER):$(GROUP) $(CONFDIR) + chown $(OWNER):$(GROUP) $(LOGDIR) + chown $(OWNER):$(GROUP) $(SPOOLDIR)/bt/in + chown $(OWNER):$(GROUP) $(SPOOLDIR)/bt/pin + chown $(OWNER):$(GROUP) $(SPOOLDIR)/bt/out + chown $(OWNER):$(GROUP) $(SPOOLDIR)/ndl + chown $(OWNER):$(GROUP) $(SPOOLDIR) install: $(INSTALL_PROGRAM) -o $(OWNER) -g $(GROUP) $(SRCDIR)/bin/bforce $(BINDIR)/bforce