LFS: Generate version.ent before profiling the book
This commit is contained in:
parent
106157fdae
commit
97b270f9bd
1 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,10 @@ extract_commands() { #
|
||||||
if [ -f process-scripts.sh ]; then
|
if [ -f process-scripts.sh ]; then
|
||||||
bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
|
bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
|
||||||
fi
|
fi
|
||||||
|
# Recent git versions need version.ent to be generated
|
||||||
|
if [ -f git-version.sh ]; then
|
||||||
|
bash git-version.sh >> $LOGDIR/$LOG 2>&1
|
||||||
|
fi
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
# First profile the book, for revision and arch. Note that
|
# First profile the book, for revision and arch. Note that
|
||||||
|
|
Reference in a new issue