This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate global.sym, as makedef.pl can generate it internally.
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 15:37:41 +0000 (17:37 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Aug 2011 09:34:37 +0000 (11:34 +0200)
commitd500e60df9f652d9d80c9a5f4324d49e51e7f990
tree07bc201e042e7f0373bfad81ae7df2dfba874921
parentcdde42af3c16a29c0c7fcb1b2b71c5a4b0093ac4
Eliminate global.sym, as makedef.pl can generate it internally.

global.sym was a file listing the exported symbols, generated by regen/embed.pl
from embed.fnc and regen/opcodes, which was only used by makedef.pl

Move the code that generates global.sym from regen/embed.pl to makedef.pl,
and thereby eliminate the need to ship a 907 line generated file.
17 files changed:
Cross/Makefile-cross-SH
MANIFEST
Makefile.SH
NetWare/Makefile
Porting/makerel
Porting/pumpkin.pod
embed.fnc
global.sym [deleted file]
globvar.sym
makedef.pl
regen/embed.pl
t/porting/regen.t
util.c
vms/descrip_mms.template
win32/Makefile
win32/Makefile.ce
win32/makefile.mk