Help for this page

Select Code to Download


  1. or download this
    Makefile:1160: *** Recursive variable 'PATH' references itself (eventu
    +ally).  Stop.
    
  2. or download this
    PATH := $(PATH);build
    PATH := ${PATH};build
    
  3. or download this
    $inherited =~ s/($target)/.IMPORT: PATH\nPATH := \$(PATH);build\n.EXPO
    +RT: PATH\n$1/;