neozeed ircu2.9.32-linux-hacks.diff
This commit is contained in:
10
Makefile
10
Makefile
@@ -73,7 +73,7 @@ CFLAGS= -g -I$(INCLUDEDIR) -O
|
||||
#
|
||||
# WARNING: if you are making ircd SUID or SGID, check config.h to make sure
|
||||
# you are not defining CMDLINE_CONFIG
|
||||
IRCDMODE = 4711
|
||||
IRCDMODE = 0755
|
||||
|
||||
# IRCDDIR must be the same as DPATH in include/config.h
|
||||
#
|
||||
@@ -82,7 +82,7 @@ IRCDDIR=/usr/local/lib/ircd
|
||||
SHELL=/bin/sh
|
||||
SUBDIRS=common ircd
|
||||
BINDIR=$(IRCDDIR)
|
||||
MANDIR=/usr/local/man
|
||||
MANDIR=$(IRCDDIR)/man
|
||||
INSTALL=/usr/bin/install
|
||||
|
||||
MAKE=make 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'IRCDLIBS=${IRCDLIBS}' \
|
||||
@@ -104,7 +104,11 @@ build:
|
||||
@for i in $(SUBDIRS); do \
|
||||
echo "Building $$i";\
|
||||
cd $$i;\
|
||||
${MAKE} build; cd ..;\
|
||||
${MAKE} build;\
|
||||
if [ $$? -ne 0 ]; then\
|
||||
break;\
|
||||
fi;\
|
||||
cd ..;\
|
||||
done
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user