Help for this page

Select Code to Download


  1. or download this
    sub MY::postamble {
    '
    ...
            cd mylib && $(MAKE) $(PASSTHRU)
    ';
    }
    
  2. or download this
    sub MY::postamble {
    <<'EXA';
    ...
        echo "XXXXXXXXXXXXX pass is '$(PASSTHRU)' for GNU make, this tells
    + me the target to pass thru '$(MAKECMDGOALS)'"
        cd mylib && $(MAKE) $(PASSTHRU)
    EXA