Ignore:
Timestamp:
12/22/10 04:01:42 (2 years ago)
Author:
bruno
Message:
  • First attempt to fix both #74 and #10 by adding support for additional files under a pbsrc dir, that can be manipulated at build time.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Env.pm

    r1113 r1130  
    555555filter PBDATE = \$pb->{'date'} 
    556556 
    557 # PBPATCHSRC is replaced by the patches names if value is yes 
     557# PBPATCHSRC is replaced by the patches names if value is yes. Patches are located under the pbpatch dir of the pkg. 
    558558#filter PBPATCHSRC = yes 
    559559 
    560560# PBPATCHCMD is replaced by the patches commands if value is yes 
    561561#filter PBPATCHCMD = yes 
     562 
     563# PBMULTISRC is replaced by the sources names if value is yes. Sources are located under the pbsrc dir of the pkg. 
     564#filter PBMULTISRC = yes 
    562565 
    563566# PBTAG is replaced by the tag (\$pb->{'tag'} in code) 
Note: See TracChangeset for help on using the changeset viewer.