Skip to content
Snippets Groups Projects
  • Dan Willemsen's avatar
    bc2a49f2
    Don't assume ordering of $(wildcard ...) · bc2a49f2
    Dan Willemsen authored
    There are no guarantees on the order of the results from a call to the
    wildcard function. In fact, the order usually changes between make 3.81
    and make 4.0 (and kati).
    
    Instead, sort the results of wildcard in each sepolicy directory, so
    that directory order is preserved, but content ordering is reliable.
    
    Change-Id: I1620f89bbdd2b2902f2e0c40526e893ccf5f7775
    bc2a49f2
    History
    Don't assume ordering of $(wildcard ...)
    Dan Willemsen authored
    There are no guarantees on the order of the results from a call to the
    wildcard function. In fact, the order usually changes between make 3.81
    and make 4.0 (and kati).
    
    Instead, sort the results of wildcard in each sepolicy directory, so
    that directory order is preserved, but content ordering is reliable.
    
    Change-Id: I1620f89bbdd2b2902f2e0c40526e893ccf5f7775