Never fail `make clean'

Mostly some pedantic changes such that `make clean' always ignores
errors. Also changed the top clean target to do the `touch
configs/current' dance instead of realclean.
This commit is contained in:
Dan Nicholson
2008-05-07 11:35:23 -07:00
parent df8134c3cf
commit a6464b3cb0
28 changed files with 53 additions and 53 deletions

View File

@@ -29,5 +29,5 @@ subset: $(SUBSET:.doxy=.tag)
$(foreach FILE,$(SUBSET),doxygen $(FILE);)
clean:
rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
rm -rf *.tag
-rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
-rm -rf *.tag