Skip to content

Commit

Permalink
Merge pull request #3901 from tuankiet65/makefile-race
Browse files Browse the repository at this point in the history
Makefile: package_gerrit_skiplist should depend on package_dir_structure
  • Loading branch information
bruntib authored May 8, 2023
2 parents edf2b97 + 12c2e75 commit 67f9205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ package_dir_structure:
mkdocs_build:
mkdocs build

package_gerrit_skiplist:
package_gerrit_skiplist: package_dir_structure
cp -p scripts/gerrit_changed_files_to_skipfile.py $(CC_BUILD_BIN_DIR)

package: package_dir_structure set_git_commit_template package_gerrit_skiplist
Expand Down

0 comments on commit 67f9205

Please sign in to comment.