From 4133a3cbc3bd6cc38eac9ec0fe04b73dd2c13efa Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 26 Jan 1987 21:51:58 +0000 Subject: [PATCH] Initial revision --- mach/pmds4/libsys/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/pmds4/libsys/compmodule diff --git a/mach/pmds4/libsys/compmodule b/mach/pmds4/libsys/compmodule new file mode 100755 index 000000000..c5b59be99 --- /dev/null +++ b/mach/pmds4/libsys/compmodule @@ -0,0 +1,4 @@ +if pmds4 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi -- 2.34.1