Set dependencies for parallel build
this fix also the issue with the faile `make -n' PR: 222597
This commit is contained in:
parent
88789b20a9
commit
4ff3569a8f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50923
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ Makefile.gen: categories-alpha.xml categories-grouped.xml index.xml \
|
|||
done
|
||||
${ECHO_CMD} >> Makefile.gen
|
||||
|
||||
# set dependencies for parallel build
|
||||
categories-grouped.xml master-index.xml statistics.ent: categories-alpha.xml
|
||||
|
||||
# this builds: categories-alpha.xml, categories-grouped.xml,
|
||||
# master-index.xml, statistics.ent, <category>.xml
|
||||
CATEGORYLIST=`grep "^[a-z]" categories | sed -e s"/,.*//"`
|
||||
|
|
Loading…
Reference in a new issue