the new *_config$(O) files are not cleaned up during make
clean/realclean... until now. 'svn status' reports these files have
been removed after 'make clean'
~jerry
Index: config/gen/makefiles/root.in
===================================================================
--- config/gen/makefiles/root.in (revision 8041)
+++ config/gen/makefiles/root.in (working copy)
@@ -1281,6 +1281,9 @@
$(SRC_DIR)/pbc_info$(O) $(PINFO) \
$(PDB) $(SRC_DIR)/pdb$(O) \
$(DIS) $(SRC_DIR)/disassemble$(O) \
+ $(SRC_DIR)/null_config$(O) \
+ $(SRC_DIR)/parrot_config$(O) \
+ $(SRC_DIR)/install_config$(O) \
$(LIBNCI_TEST_SO) \
$(LIBPARROT)
$(PERL) build_tools/c2str.pl --init
> the new *_config$(O) files are not cleaned up during make
> clean/realclean... until now. 'svn status' reports these files have
> been removed after 'make clean'
Thanks, applied.
leo