On Wednesday 23 June 2004 15:19, Jens Rieks wrote:
>
> Attached is a patch with the things that are not committed.
> Can you please explain what it is supposed to do?

-    $(DYNEXT_DIR)/$(LIBNCI_SO)
+    $(LIBNCI_SO)

The definition of $(LIBNCI_SO) is allready
LIBNCI_SO = $(DYNEXT_DIR)/libnci$(SO)
so this line leads to 
$(DYNEXT_DIR)/$(DYNEXT_DIR)/libnci$(SO)
because of this make clean don't remove libnci

+    include/parrot/exec_dep.h \
+    ops/core_ops.c \
+    ops/core_ops_prederef.c \
+    ops/core_ops_switch.c \
this files are created by Configure.pl,
make clean and make realclean leave them
i think somebody has forgotten to add them
to the GEN_CONFIGS section in root.in

+    test \
+    test.c \
+    test.o \
+    test.cco \
+    test.ilk \
+    test.ldo \
+    test.out \
+    test.pdb \
+    vc60.pdb \
this files are also generated by Configure.pl and generally unneeded (build 
and runtime of parrot)
(.ilk and .pdb are vc immediate file like .ldo on linux)

I checked parrot out, called Configure.pl, make realclean and compared the 
fresh copy with this result. The files added to root.in are new, created by 
Configure.pl and forgotten by make realclean.

> jens

Dennis

-- 
Dennis Rieks
[EMAIL PROTECTED]

Reply via email to