aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog5
-rw-r--r--vms/descrip.mms7
-rw-r--r--vms/vmsbuild.com7
3 files changed, 11 insertions, 8 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 9cb0bf64..bfbf759c 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 20 20:24:34 2011 Pat Rankin <rankin@pactechdata.com>
+
+ * descrip.mms: Remove compilation of hard-locale.c.
+ * vmsbuild.com: Likewise.
+
Tue May 31 23:10:35 2011 Arnold D. Robbins <arnold@skeeve.com>
* vmstest.com (regrange): New test.
diff --git a/vms/descrip.mms b/vms/descrip.mms
index 6496a416..076b94b4 100644
--- a/vms/descrip.mms
+++ b/vms/descrip.mms
@@ -104,7 +104,7 @@ PGAWKOBJ = eval_p.obj,profile_p.obj
DGAWKOBJ = eval_d.obj,profile.obj,command.obj,debug.obj
AWKOBJ1 = array.obj,awkgram.obj,builtin.obj,dfa.obj,ext.obj,\
field.obj,floatcomp.obj,gawkmisc.obj,getopt.obj,getopt1.obj,\
- hard-locale.obj,io.obj
+ io.obj
AWKOBJ2 = main.obj,msg.obj,node.obj,random.obj,re.obj,\
regex.obj,replace.obj,version.obj
AWKOBJS = $(AWKOBJ1),$(AWKOBJ2)
@@ -118,7 +118,7 @@ VMSOBJS = $(VMSCODE),$(VMSCMD)
# primary source files
AWKSRC = array.c,builtin.c,dfa.c,eval.c,eval_p.c,ext.c,field.c,\
- floatcomp.c,gawkmisc.c,getopt.c,getopt1.c,hard-locale.c,io.c,main.c,\
+ floatcomp.c,gawkmisc.c,getopt.c,getopt1.c,io.c,main.c,\
msg.c,node.c,profile.c,profile_p.c,random.c,re.c,regcomp.c,\
regex.c,regex_internal.c,regexec.c,replace.c,version.c
@@ -223,8 +223,7 @@ $(DGAWKOBJ) : awk.h config.h $(VMSDIR)redirect.h
random.obj : random.h
builtin.obj : floatmagic.h random.h
awkgram.obj : awkgram.c awk.h
-dfa.obj : dfa.c dfa.h hard-locale.h
-hard-locale.obj : hard-locale.c hard-locale.h
+dfa.obj : dfa.c dfa.h
regex.obj : regex.c regcomp.c regex_internal.c regexec.c regex.h regex_internal.h
command.obj,debug.obj : cmd.h
diff --git a/vms/vmsbuild.com b/vms/vmsbuild.com
index 3e378e49..d3efc3b8 100644
--- a/vms/vmsbuild.com
+++ b/vms/vmsbuild.com
@@ -79,7 +79,6 @@ $ cc floatcomp.c
$ cc gawkmisc.c
$ cc getopt.c
$ cc getopt1.c
-$ cc hard-locale.c
$ cc io.c
$ cc main.c
$ cc msg.c
@@ -109,7 +108,7 @@ $ close/noLog Fopt
$ create gawk.opt
! GAWK -- GNU awk
array.obj,awkgram.obj,builtin.obj,dfa.obj,ext.obj,field.obj,floatcomp.obj
-gawkmisc.obj,getopt.obj,getopt1.obj,hard-locale.obj,io.obj
+gawkmisc.obj,getopt.obj,getopt1.obj,io.obj
main.obj,msg.obj,node.obj
random.obj,re.obj,regex.obj,replace.obj,version.obj,eval.obj,profile.obj
[]vms_misc.obj,vms_popen.obj,vms_fwrite.obj,vms_args.obj
@@ -125,7 +124,7 @@ $!
$ create pgawk.opt
! PGAWK -- GNU awk w/ run-time profiling
array.obj,awkgram.obj,builtin.obj,dfa.obj,ext.obj,field.obj,floatcomp.obj
-gawkmisc.obj,getopt.obj,getopt1.obj,hard-locale.obj,io.obj
+gawkmisc.obj,getopt.obj,getopt1.obj,io.obj
main.obj,msg.obj,node.obj
random.obj,re.obj,regex.obj,replace.obj,version.obj,eval_p.obj,profile_p.obj
[]vms_misc.obj,vms_popen.obj,vms_fwrite.obj,vms_args.obj
@@ -141,7 +140,7 @@ $!
$ create dgawk.opt
! DGAWK -- GNU awk w/ debugging
array.obj,awkgram.obj,builtin.obj,dfa.obj,ext.obj,field.obj,floatcomp.obj
-gawkmisc.obj,getopt.obj,getopt1.obj,hard-locale.obj,io.obj
+gawkmisc.obj,getopt.obj,getopt1.obj,io.obj
main.obj,msg.obj,node.obj
random.obj,re.obj,regex.obj,replace.obj,version.obj
eval_d.obj,profile.obj,command.obj,debug.obj