# New Ticket Created by  Dennis Rieks 
# Please include the string:  [perl #30414]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30414 >


Hi,

added just some missing files

cvsignore.patch:
RCS file: /cvs/public/parrot/.cvsignore,v
-added test.[c,o,cco,ilk,ldo,out,pdb] and vc60.pdb

cola_cvsignore.patch:
RCS file: /cvs/public/parrot/languages/cola/.cvsignore,v
-added Makefile

.cvsignore:
new file parrot/languages/parrot_compiler/.cvsignore
(added Makefile)

root.in.patch:
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
-added to GEN_MAKEFILES 
    dynclasses/Makefile
    dynoplibs/Makefile
    languages/cola/Makefile
-added to GEN_CONFIGS
    include/parrot/exec_dep.h
    ops/core_ops.c
    ops/core_ops_prederef.c
    ops/core_ops_switch.c
    test
    test.c
    test.o
    test.cco
    test.ilk
    test.ldo
    test.out
    test.pdb
    vc60.pdb
    config_lib.pasm
    $(SRC)/nci_test$(O)
-chanced progclean:   $(DYNEXT_DIR)/$(LIBNCI_SO) to  $(LIBNCI_SO)


Dennis

-- 
Dennis Rieks
[EMAIL PROTECTED]
Index: .cvsignore
===================================================================
RCS file: /cvs/public/parrot/.cvsignore,v
retrieving revision 1.33
diff -u -w -b -r1.33 .cvsignore
--- .cvsignore	4 May 2004 12:55:18 -0000	1.33
+++ .cvsignore	22 Jun 2004 20:52:57 -0000
@@ -7,6 +7,14 @@
 *.patch
 *.tmp
 test
+test.c
+test.o
+test.cco
+test.ilk
+test.ldo
+test.out
+test.pdb
+vc60.pdb
 CFLAGS
 disassemble
 pbc_info
Index: languages/cola/.cvsignore
===================================================================
RCS file: /cvs/public/parrot/languages/cola/.cvsignore,v
retrieving revision 1.1
diff -u -w -b -r1.1 .cvsignore
--- languages/cola/.cvsignore	11 Aug 2003 22:53:31 -0000	1.1
+++ languages/cola/.cvsignore	22 Jun 2004 20:53:01 -0000
@@ -5,3 +5,4 @@
 a.pasm
 colacc
 imcc
\ No newline at end of file
+Makefile
Makefile
Index: config/gen/makefiles/root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.223
diff -u -w -r1.223 root.in
--- config/gen/makefiles/root.in        22 Jun 2004 13:13:50 -0000      1.223
+++ config/gen/makefiles/root.in        22 Jun 2004 21:37:34 -0000
@@ -90,6 +90,9 @@
     Makefile \
     languages/Makefile \
     docs/Makefile \
+    dynclasses/Makefile \
+    dynoplibs/Makefile \
+    languages/cola/Makefile \
     languages/parrot_compiler/Makefile \
     languages/jako/Makefile \
     languages/miniperl/Makefile \
@@ -111,6 +114,10 @@
     include/parrot/has_header.h \
     include/parrot/feature.h \
     include/parrot/core_pmcs.h \
+    include/parrot/exec_dep.h \
+    ops/core_ops.c \
+    ops/core_ops_prederef.c \
+    ops/core_ops_switch.c \
     lib/Parrot/Config.pm \
     lib/Parrot/PMC.pm \
     runtime/parrot/include/config.fpmc \
@@ -118,6 +125,17 @@
 #CONDITIONED_LINE(platform_asm):    $(SRC)/platform_asm.s \
     $(SRC)/core_pmcs.c \
     CFLAGS imcc/CFLAGS \
+    test \
+    test.c \
+    test.o \
+    test.cco \
+    test.ilk \
+    test.ldo \
+    test.out \
+    test.pdb \
+    vc60.pdb \
+    config_lib.pasm \
+       $(SRC)/nci_test$(O) \
     libparrot.def
 
 # most of these are generated by config/gen/parrot_include.pl
@@ -1056,7 +1074,7 @@
     $(SRC)/pbc_info$(O) $(PINFO) \
     $(PDB) $(SRC)/pdb$(O) \
     $(DIS) $(SRC)/disassemble$(O) \
-    $(DYNEXT_DIR)/$(LIBNCI_SO)
+    $(LIBNCI_SO)
        $(RM_F) $(LIBPARROT)
        $(PERL) build_tools/c2str.pl --init
        $(RM_F) $(STR_FILES) $(INC)/string_private_cstring.h

Reply via email to