• Michael Shigorin's avatar
    pkg.in/lists: archdep suffices for pkglists · ac5dbb4b
    Michael Shigorin authored
    This is an initial implementation of architecture dependent
    contents handling for package lists more or less in the vein
    of mkimage-profiles-desktop's one *but* using suffix part to
    filter words in or out *not* prefix part to replace it with
    a comment marker (thus filtering out lines).
    
    The syntax should be pretty obvious:
    
      a b@i586 c@x86_64
    
    will get "a b" given ARCH=i586 and "a c" given ARCH=x86_64;
    please see doc/archdep.txt for a more elaborate description
    and a conversion script.
    ac5dbb4b
Name
Last commit
Last update
..
README Loading commit data...
boot.mk Loading commit data...
build.mk Loading commit data...
check.mk Loading commit data...
clean.mk Loading commit data...
common.mk Loading commit data...
distro.mk Loading commit data...
functions.mk Loading commit data...
help.mk Loading commit data...
log.mk Loading commit data...
profile.mk Loading commit data...
report.mk Loading commit data...
sugar.mk Loading commit data...
ve.mk Loading commit data...
vm.mk Loading commit data...