mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
d7aca2a1bb
Remove the hardcoded module2dir mapping and use the results from echo-requires-recursive instead. Add README which briefly explains how module-deps is supposed to work. Add XSLT hacks to modules.mk.footer. Add cygdrive hacks to modules.mk.stub. Force string & embedstring to be built after xpcom since they now live in the xpcom hierarchy.
26 lines
1004 B
Plaintext
26 lines
1004 B
Plaintext
#
|
|
# This file contains hard ordering rules for use with module-graph.pl's
|
|
# --force-order command line option.
|
|
#
|
|
# This file is hand crafted.
|
|
#
|
|
# Each line contains two module names seperated by whitespace.
|
|
# If both modules are in the needed modules as defined by module-graph.pl,
|
|
# then the first module will always proceed the second module.
|
|
# Module order is not changed otherwise.
|
|
#
|
|
# Note: This file is processed line by line in sequential manner.
|
|
# The consequences of adding multiple rules containing modules that
|
|
# appear in previous rules is left as an excercise to the
|
|
# reader.
|
|
# So long as you realize earlier lines are applied first, then
|
|
# you can figure it out.
|
|
#
|
|
|
|
xpcom embedstring
|
|
xpcom string
|
|
png imglib2
|
|
jpeg imglib2
|
|
find embedcomponents
|
|
commandhandler embedcomponents
|