(bootstrap-after): New target.
(bootstrap): Move finder-data, custom-deps to bootstrap-after.
This commit is contained in:
parent
9ccf54e9a3
commit
21d07b1d92
1 changed files with 6 additions and 1 deletions
|
@ -284,7 +284,12 @@ bootstrap-clean:
|
|||
|
||||
# Generate/update files for the bootstrap process.
|
||||
|
||||
bootstrap: update-subdirs autoloads compile finder-data custom-deps
|
||||
bootstrap: update-subdirs autoloads compile
|
||||
|
||||
# Generate/update files after the bootstrap process.
|
||||
# custom-deps needs `preloaded-file-list'.
|
||||
|
||||
bootstrap-after: finder-data custom-deps
|
||||
|
||||
distclean:
|
||||
-rm -f ./Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue