This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Makefile.SH: rationalise object list variables
authorDavid Mitchell <davem@iabyn.com>
Mon, 7 Mar 2016 11:55:11 +0000 (11:55 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 18 Mar 2016 23:48:15 +0000 (23:48 +0000)
commit98d35ab7c5b2ec87369ebf4a88451247d2169d08
tree9b80b31f04670e7baa3463fdd8b024c1dab55829
parent3f6bd23a1b9204dda7aaaef6efe17dc87f50a675
Makefile.SH: rationalise object list variables

There are a number of variables in the generated Makefile, such as
'obj' and 'minindt_obj', that enumerate various subsets of the object
files that need to be compiled and linked.

Rename and reorganise these vars slightly, to make the next commit
simpler. In particular it now splits the object files in into 3 sets:
common (av.o etc), those used just by miniperl (opmini.o etc)
and those used just by perl (op.o etc).

Should be no functional changes.

The changes to os2/Makefile.SHs have been done blind. Does anyone still
use OS2?
Makefile.SH
os2/Makefile.SHs