Skip to content

Commit

Permalink
cygwin: make clean does not clean nfs_ea.exe
Browse files Browse the repository at this point in the history
make clean should execute the "clean" target in the tests/ea/
subdir too.

Reported-by: Martin Wege <[email protected]>
Signed-off-by: Cedric Blancher <[email protected]>
Signed-off-by: Tigran Mkrtchyan <[email protected]>
  • Loading branch information
gisburn authored and kofemann committed Jul 3, 2024
1 parent f1c1b08 commit 6d0e9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cygwin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ build: build_32bit_release build_32bit_debug build_64bit_release build_64bit_deb
#
clean:
rm -vRf $$(find "$(PROJECT_BASEDIR_DIR)/build.vc19" -name Debug -o -name Release)
(cd "$(PROJECT_BASEDIR_DIR)/tests/ea" && make clean)
(cd "$(PROJECT_BASEDIR_DIR)/tests/winfsinfo1" && make clean)
(cd "$(PROJECT_BASEDIR_DIR)/tests/winsg" && make clean)

Expand Down

0 comments on commit 6d0e9c7

Please sign in to comment.