From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/system/mkpkg | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 pkg/system/mkpkg (limited to 'pkg/system/mkpkg') diff --git a/pkg/system/mkpkg b/pkg/system/mkpkg new file mode 100644 index 00000000..1392b3c6 --- /dev/null +++ b/pkg/system/mkpkg @@ -0,0 +1,53 @@ +# Make the SYSTEM system utilities package (including HELP) + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $update libpkg.a + $omake x_system.x + $link x_system.o libpkg.a -o xx_system.e + ; + +install: + $move xx_system.e bin$x_system.e + ; + +libpkg.a: + @help + + cmdstr.x + chkupdate.x + concatenate.x + copy.x + count.x + delete.x + directory.x \ + + files.x + head.x + lprint.x + match.x + mkdir.x + movefiles.x + mtclean.x + netstatus.x + page.x + pathnames.x + protect.x + rename.x + rewind.x + sort.x sort.com + tail.x + tee.x + touch.x + type.x + unprotect.x + t_fcache.x + t_urlget.x + ; -- cgit