"make clean" leaves objects in kaffe/kaffevm
Pavel Roskin
pavel_roskin at geocities.com
Fri Oct 2 09:13:11 PDT 1998
Hello!
Here is the patch which forces all object files to be erased in
kaffe/kaffevm/ by "make clean"
=========================
--- kaffe/kaffe/kaffevm/Makefile.in.orig Fri Aug 28 21:34:58 1998
+++ kaffe/kaffe/kaffevm/Makefile.in Thu Oct 1 10:02:57 1998
@@ -96,7 +96,7 @@
$(DEPTOOL) $(ALL_CFLAGS) $< > $@
clean:
- rm -f $(LIB) $(LLIB) $(OBJECT) lib.exp
+ rm -f $(LIB) $(LLIB) *$(OBJEXT) lib.exp
rm -f $(DEPENDS)
rm -f .depend
touch .depend
=========================
The problem is that some object files in kaffe/kaffevm/ have their
sources in other directories.
Pavel Roskin
More information about the kaffe
mailing list