mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Revert "Require unix-utils in path for windows make"
This reverts commit 5d46cca09a
.
In preparation of merging an external contribution that superseedes this
Conflicts:
ChangeLog
This commit is contained in:
@@ -402,9 +402,15 @@ test_suite_version: test_suite_version.c $(DEP)
|
||||
$(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@
|
||||
|
||||
clean:
|
||||
ifndef WINDOWS
|
||||
rm -f $(APPS) *.c
|
||||
endif
|
||||
ifdef WINDOWS
|
||||
del /Q /F *.c *.exe
|
||||
endif
|
||||
|
||||
check: $(APPS)
|
||||
ifndef WINDOWS
|
||||
echo "Running checks (Success if all tests PASSED)"
|
||||
RETURN=0; \
|
||||
for i in $(APPS); \
|
||||
@@ -421,3 +427,4 @@ check: $(APPS)
|
||||
echo ""; \
|
||||
done; \
|
||||
if [ "$$RETURN" -eq 1 ]; then exit 1; fi
|
||||
endif
|
||||
|
Reference in New Issue
Block a user