From bf6e820ee9ff0a6006d0925bdd7892084246cbb4 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 13 Jul 1988 18:32:06 +0000 Subject: [PATCH] added -L flag --- mach/i80/libmon/compmodule | 2 +- mach/i86/libsys/compmodule | 2 +- mach/m68020/libsys/compmodule | 2 +- mach/m68k2/libsys/compmodule | 2 +- mach/m68k4/libsys/compmodule | 2 +- mach/mantra/libsys/compmodule | 2 +- mach/ns/libsys/compmodule | 2 +- mach/pdp/libsys/compmodule | 2 +- mach/pmds/libsys/compmodule | 2 +- mach/pmds4/libsys/compmodule | 2 +- mach/xenix3/libsys/compmodule | 2 +- mach/z80/libmon/compmodule | 2 +- mach/z80/libsys/compmodule | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mach/i80/libmon/compmodule b/mach/i80/libmon/compmodule index 2e87032c..de15217c 100755 --- a/mach/i80/libmon/compmodule +++ b/mach/i80/libmon/compmodule @@ -1,4 +1,4 @@ -if i80 -c $1 1>&2 +if i80 -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/i86/libsys/compmodule b/mach/i86/libsys/compmodule index 8ec2f672..70233902 100755 --- a/mach/i86/libsys/compmodule +++ b/mach/i86/libsys/compmodule @@ -1,4 +1,4 @@ -if i86 -c $1 1>&2 +if i86 -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/m68020/libsys/compmodule b/mach/m68020/libsys/compmodule index a61e867b..58dc66c6 100755 --- a/mach/m68020/libsys/compmodule +++ b/mach/m68020/libsys/compmodule @@ -1,4 +1,4 @@ -if m68020 -c $1 1>&2 +if m68020 -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/m68k2/libsys/compmodule b/mach/m68k2/libsys/compmodule index 02105f21..bfdaef6d 100755 --- a/mach/m68k2/libsys/compmodule +++ b/mach/m68k2/libsys/compmodule @@ -1,4 +1,4 @@ -if m68k2 -c $1 1>&2 +if m68k2 -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/m68k4/libsys/compmodule b/mach/m68k4/libsys/compmodule index 80f42aab..d80f03d4 100755 --- a/mach/m68k4/libsys/compmodule +++ b/mach/m68k4/libsys/compmodule @@ -1,4 +1,4 @@ -if m68k4 -c $1 1>&2 +if m68k4 -L -c $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/mantra/libsys/compmodule b/mach/mantra/libsys/compmodule index 14b4df64..48038e37 100755 --- a/mach/mantra/libsys/compmodule +++ b/mach/mantra/libsys/compmodule @@ -1,4 +1,4 @@ -if mantra -c $1 1>&2 +if mantra -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/ns/libsys/compmodule b/mach/ns/libsys/compmodule index adf99cce..e32bc096 100755 --- a/mach/ns/libsys/compmodule +++ b/mach/ns/libsys/compmodule @@ -1,4 +1,4 @@ -if ns -c $1 1>&2 +if ns -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/pdp/libsys/compmodule b/mach/pdp/libsys/compmodule index 32b04832..da10f2f6 100755 --- a/mach/pdp/libsys/compmodule +++ b/mach/pdp/libsys/compmodule @@ -1,4 +1,4 @@ -if pdp -O -c -I../../../h -I. $1 1>&2 +if pdp -L -O -c -I../../../h -I. $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/pmds/libsys/compmodule b/mach/pmds/libsys/compmodule index 38b53355..02a02173 100755 --- a/mach/pmds/libsys/compmodule +++ b/mach/pmds/libsys/compmodule @@ -1,4 +1,4 @@ -if pmds -c $1 1>&2 +if pmds -L -c $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/pmds4/libsys/compmodule b/mach/pmds4/libsys/compmodule index c5b59be9..8d98a6d8 100755 --- a/mach/pmds4/libsys/compmodule +++ b/mach/pmds4/libsys/compmodule @@ -1,4 +1,4 @@ -if pmds4 -c $1 1>&2 +if pmds4 -L -c $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/xenix3/libsys/compmodule b/mach/xenix3/libsys/compmodule index e1c76ed1..d963eafb 100755 --- a/mach/xenix3/libsys/compmodule +++ b/mach/xenix3/libsys/compmodule @@ -1,4 +1,4 @@ -if xenix3 -c $1 1>&2 +if xenix3 -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/z80/libmon/compmodule b/mach/z80/libmon/compmodule index ec9d18f3..97ebc569 100755 --- a/mach/z80/libmon/compmodule +++ b/mach/z80/libmon/compmodule @@ -1,4 +1,4 @@ -if z80 -c $1 1>&2 +if z80 -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi diff --git a/mach/z80/libsys/compmodule b/mach/z80/libsys/compmodule index ec9d18f3..97ebc569 100755 --- a/mach/z80/libsys/compmodule +++ b/mach/z80/libsys/compmodule @@ -1,4 +1,4 @@ -if z80 -c $1 1>&2 +if z80 -c -L $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi