summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-05-15 15:51:26 +0100
committerDavid Mitchell <davem@iabyn.com>2009-05-15 15:51:26 +0100
commit6294c16100e79c65d9c9883d11b45631d3ded9a1 (patch)
tree8695747c5b3077402d97fb3183bcf83baab7af0e /embed.pl
parent3f66cd9441293fe8889cc565af7cf06351e97088 (diff)
downloadperl-6294c16100e79c65d9c9883d11b45631d3ded9a1.tar.gz
Add some documentation to the heads of the various *.pl build scripts
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl22
1 files changed, 22 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index f85c5a326d..50da23207d 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1,4 +1,26 @@
#!/usr/bin/perl -w
+#
+# Regenerate (overwriting only if changed):
+#
+# embed.h
+# embedvar.h
+# global.sym
+# perlapi.c
+# perlapi.h
+# proto.h
+#
+# from information stored in
+#
+# embed.fnc
+# intrpvar.h
+# perlvars.h
+# pp.sym (which has been generated by opcode.pl)
+#
+# plus from the values hardcoded into this script in @extvars.
+#
+# Accepts the standard regen_lib -q and -v args.
+#
+# This script is normally invoked from regen.pl.
require 5.003; # keep this compatible, an old perl is all we may have before
# we build the new one