mirror of
https://github.com/anope/anope.git
synced 2026-07-09 23:03:12 +02:00
Fixed "make clean" to really clean up all the modules
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2522 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@ subs_clean:
|
||||
(cd $$i; $(MAKE) clean); done
|
||||
|
||||
clean: subs_clean
|
||||
rm -f *.so~ core
|
||||
rm -f *.so
|
||||
|
||||
spotless: subs_clean
|
||||
rm -f *.so~ core *.so Makefile.inc
|
||||
rm -f *.so Makefile.inc
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ so:
|
||||
$(CC) ${SHARED} $(OBJECTS) -o ../$(TARGET).so ${PROFILE}
|
||||
|
||||
clean:
|
||||
rm -f *.o *.so *.c~ core
|
||||
rm -f *.so
|
||||
|
||||
spotless: clean
|
||||
rm -f *~ *.o *.so *.c~ core
|
||||
rm -f *.so
|
||||
|
||||
|
||||
@@ -41,8 +41,8 @@ subs_clean:
|
||||
(cd $$i; $(MAKE) $(MAKEARGS) clean); done
|
||||
|
||||
clean: subs_clean
|
||||
rm -f *.so~ core
|
||||
rm -f *.so
|
||||
|
||||
spotless:
|
||||
rm -f *.so~ core *.so Makefile.inc
|
||||
rm -f *.so Makefile.inc
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ distclean: spotless
|
||||
$(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../ -I../../${INCLUDEDIR} -o $*.so $*.cpp
|
||||
|
||||
clean:
|
||||
rm -f *.so~ core
|
||||
rm -f *.so
|
||||
|
||||
spotless:
|
||||
rm -f *~ *.so~ core
|
||||
rm -f *.so
|
||||
|
||||
@@ -38,9 +38,9 @@ subs_clean:
|
||||
(cd $$i; $(MAKE) clean); done
|
||||
|
||||
clean: subs_clean
|
||||
rm -f *.so~ core
|
||||
rm -f *.so
|
||||
|
||||
spotless: subs_clean
|
||||
rm -f *.so~ core *.so Makefile.inc
|
||||
rm -f *.so Makefile.inc
|
||||
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ distclean: spotless
|
||||
$(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../ -I../../${INCLUDEDIR} -o $*.so $*.cpp
|
||||
|
||||
clean:
|
||||
rm -f *.o *.so *.c~ core
|
||||
rm -f *.so
|
||||
|
||||
spotless: clean
|
||||
rm -f *~ *.o *.so *.c~ core
|
||||
rm -f *.so
|
||||
|
||||
|
||||
Reference in New Issue
Block a user