mirror of
https://github.com/anope/anope.git
synced 2026-07-06 11:13:13 +02:00
BUILD : 1.7.14 (1062) BUGS : NOTES : Fixed the makefiles to not recompile the core if nothing changed, and to not always re-link all modules if not needed
git-svn-id: svn://svn.anope.org/anope/trunk@1062 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@786 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
f191314c0f
commit
f4baaed86c
@@ -25,6 +25,7 @@ distclean: spotless
|
||||
|
||||
.o.s:
|
||||
$(CC) ${SHARED} $< -o $*.so ${PROFILE}
|
||||
@$(TOUCH) $*.s
|
||||
|
||||
subs:
|
||||
@for i in $(SUBS); do \
|
||||
@@ -37,8 +38,8 @@ subs_clean:
|
||||
(cd $$i; $(MAKE) $(MAKEARGS) clean); done
|
||||
|
||||
clean: subs_clean
|
||||
rm -f *.o *.so *.c~ core
|
||||
rm -f *.o *.s *.so *.c~ core
|
||||
|
||||
spotless:
|
||||
rm -f *.o *.so *.c~ core *.so Makefile.inc
|
||||
rm -f *.o *.s *.so *.c~ core *.so Makefile.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user