Skip to content

Commit ba50e66

Browse files
chucklevermcgrof
authored andcommitted
refs: "make mrproper" should clean out generated refs files
Doing a "make mrproper" should force the regeneration of the default and user refs files. Otherwise these become stale because kdevops appears to check if they exist, but not if they are newer than the source yaml files. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent d52951f commit ba50e66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/build.Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ clean: $(clean-subdirs)
88

99
PHONY += mrproper
1010
mrproper:
11+
@$(Q)rm -rf $(CURDIR)/workflows/linux/refs/default/
12+
@$(Q)rm -rf $(CURDIR)/workflows/linux/refs/user/
1113
@$(Q)rm -rf $(CURDIR)/include/config/
1214
@$(Q)rm -rf $(CURDIR)/include/generated/
1315
@$(Q)rm -f .config

0 commit comments

Comments
 (0)