From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- 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