Author: nickg
Date: Wed Jan 11 03:44:50 2006
New Revision: 11083

Added:
   branches/nci/tools/build/nci_builtin_c.pl
      - copied, changed from r11079, branches/nci/tools/build/nativecall.pl
Removed:
   branches/nci/tools/build/nativecall.pl
Modified:
   branches/nci/MANIFEST
   branches/nci/config/gen/makefiles/root.in
   branches/nci/lib/Parrot/Docs/Section/Tools.pm
Log:
NCI #4. Rename nativecall.pl -> nci_builtin_c.pl for general consistency.


Modified: branches/nci/MANIFEST
==============================================================================
--- branches/nci/MANIFEST       (original)
+++ branches/nci/MANIFEST       Wed Jan 11 03:44:50 2006
@@ -2055,7 +2055,7 @@ tools/build/c2str.pl                    
 tools/build/fingerprint_c.pl                      []
 tools/build/jit2h.pl                              []
 tools/build/list_unjitted.pl                      []
-tools/build/nativecall.pl                         []
+tools/build/nci_builtin_c.pl                      []
 tools/build/ops2c.pl                              [devel]
 tools/build/ops2pm.pl                             [devel]
 tools/build/parrot_config_c.pl                    []

Modified: branches/nci/config/gen/makefiles/root.in
==============================================================================
--- branches/nci/config/gen/makefiles/root.in   (original)
+++ branches/nci/config/gen/makefiles/root.in   Wed Jan 11 03:44:50 2006
@@ -1073,8 +1073,8 @@ $(SRC_DIR)/vtables$(O) : $(GENERAL_H_FIL
 
 $(SRC_DIR)/cpu_dep$(O) : $(GENERAL_H_FILES)
 
-$(SRC_DIR)/nci_builtin.c : $(SRC_DIR)/nci_builtin_sigs.txt 
$(BUILD_TOOLS_DIR)/nativecall.pl
-       $(PERL) $(BUILD_TOOLS_DIR)/nativecall.pl $(SRC_DIR)/nci_builtin_sigs.txt
+$(SRC_DIR)/nci_builtin.c : $(SRC_DIR)/nci_builtin_sigs.txt 
$(BUILD_TOOLS_DIR)/nci_builtin_c.pl
+       $(PERL) $(BUILD_TOOLS_DIR)/nci_builtin_c.pl 
$(SRC_DIR)/nci_builtin_sigs.txt
 
 $(SRC_DIR)/warnings$(O) : $(GENERAL_H_FILES)
 

Modified: branches/nci/lib/Parrot/Docs/Section/Tools.pm
==============================================================================
--- branches/nci/lib/Parrot/Docs/Section/Tools.pm       (original)
+++ branches/nci/lib/Parrot/Docs/Section/Tools.pm       Wed Jan 11 03:44:50 2006
@@ -42,7 +42,7 @@ sub new
                'Tools', 'tools.html', '',
                $self->new_group('Configuration', '',
                        $self->new_item('', 'tools/dev/cc_flags.pl'),
-                       $self->new_item('', 'tools/build/nativecall.pl'),
+                       $self->new_item('', 'tools/build/nci_builtin_c.pl'),
                        $self->new_item('', 'tools/build/jit2h.pl'),
                        $self->new_item('', 'tools/build/vtable_h.pl'),
                ),

Copied: branches/nci/tools/build/nci_builtin_c.pl (from r11079, 
branches/nci/tools/build/nativecall.pl)
==============================================================================
--- branches/nci/tools/build/nativecall.pl      (original)
+++ branches/nci/tools/build/nci_builtin_c.pl   Wed Jan 11 03:44:50 2006
@@ -4,11 +4,11 @@
 
 =head1 NAME
 
-tools/build/nativecall.pl - Build up the native call routines
+tools/build/nci_builtin_c.pl - Build up the builtin native call routines
 
 =head1 SYNOPSIS
 
-       % perl tools/build/nativecall.pl src/nci_builtin_sigs.txt
+       % perl tools/build/nci_builtin_c.pl src/nci_builtin_sigs.txt
 
 =head1 DESCRIPTION
 
@@ -224,7 +224,7 @@ sub print_head {
 /*
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
  *
- * This file is generated automatically by tools/build/nativecall.pl.
+ * This file is generated automatically by tools/build/nci_builtin_c.pl.
  *
  * Any changes made here will be lost!
  *

Reply via email to