[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] [PATCH] Make clean should also kill toxic byproducts of
From: |
Peter \"Firefly\" Lund |
Subject: |
[Tinycc-devel] [PATCH] Make clean should also kill toxic byproducts of new doc formats -- or something |
Date: |
Fri, 7 Mar 2003 00:03:38 +0100 (MET) |
Now that the docs can be generated in many different formats, we have to
make the make clean target a bit more thorough.
I have also added cleaning of *.diff, *.rej, *.orig (these often occur
during patching, might as well clear them automatically).
-Peter
--- tcc-3b/Makefile Thu Mar 6 01:38:46 2003
+++ tcc-3c/Makefile Fri Mar 7 00:00:59 2003
@@ -128,8 +128,15 @@
clean:
rm -f *~ *.o tcc tcc1 tcct tcc_g tcctest.ref *.bin *.i ex2 \
core gmon.out test.out test.ref a.out tcc_p \
- *.exe tcc-doc.html \
+ *.exe \
+ tcc-doc.html tcc-doc.aux tcc-doc.cp tcc-doc.cps tcc-doc.dvi \
+ tcc-doc.fn tcc-doc.info tcc-doc.ky tcc-doc.log tcc-doc.pg \
+ tcc-doc.ps tcc-doc.toc tcc-doc.tp tcc-doc.tp tcc-doc.vr \
+ tcc-doc.xml \
+ *.diff *.rej *.orig \
tcctest[1234] test[1234].out
+ rm tcc-doc/*
+ rmdir tcc-doc
# win32 TCC
tcc_g.exe: tcc.c i386-gen.c bcheck.c Makefile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Tinycc-devel] [PATCH] Make clean should also kill toxic byproducts of new doc formats -- or something,
Peter \"Firefly\" Lund <=