mirror of
https://github.com/anope/anope.git
synced 2026-07-04 02:43:12 +02:00
BUILD : 1.7.5 (321) BUGS : none NOTES : Fixed make distclean and updated hun.l
git-svn-id: svn://svn.anope.org/anope/trunk@321 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@199 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
93ccd1541e
commit
7bbc80af47
@@ -31,6 +31,8 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \
|
||||
|
||||
all: services
|
||||
|
||||
distclean: clean spotless
|
||||
|
||||
services: $(OBJS)
|
||||
$(CC) $(CFLAGS) $(OBJS) $(ANOPELIBS) $(MLIBS) -o $@ $(LDFLAGS)
|
||||
|
||||
@@ -76,9 +78,13 @@ modules: DUMMY
|
||||
(cd modules ; ./configure ; ${MAKE} ${MAKEARGS} all)
|
||||
|
||||
clean:
|
||||
@touch modules/Makefile.inc # Horribly ugly...
|
||||
(cd modules ; ${MAKE} ${MAKEARGS} clean)
|
||||
rm -f *.o services a.out
|
||||
|
||||
spotless: clean
|
||||
(cd modules ; ${MAKE} ${MAKEARGS} distclean)
|
||||
|
||||
install: services
|
||||
test -d ${BINDEST} || mkdir ${BINDEST}
|
||||
$(INSTALL) services $(BINDEST)/services
|
||||
|
||||
Reference in New Issue
Block a user