From: CryptoManiac Date: Tue, 13 Oct 2015 17:15:45 +0000 (+0300) Subject: Makefile separators X-Git-Tag: nvc-v0.5.5~31 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=2e8cbdc74596f09c70049966a4686c2a1507f200 Makefile separators --- diff --git a/src/makefile.bsd b/src/makefile.bsd index 09dc14b..62e2b91 100644 --- a/src/makefile.bsd +++ b/src/makefile.bsd @@ -237,9 +237,9 @@ clean: -rm -f crypto/scrypt/generic/obj/*.o -rm -f crypto/scrypt/generic/obj/*.P -rm -f crypto/scrypt/generic/obj/*.d - -rm -f crypto/sha2/asm/obj/*.o - -rm -f crypto/sha2/asm/obj/*.P - -rm -f crypto/sha2/asm/obj/*.d + -rm -f crypto/sha2/asm/obj/*.o + -rm -f crypto/sha2/asm/obj/*.P + -rm -f crypto/sha2/asm/obj/*.d -rm -f obj/build.h FORCE: diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 63aba19..ccd5d40 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -209,9 +209,9 @@ clean: -rm -f crypto/scrypt/generic/obj/*.o -rm -f crypto/scrypt/generic/obj/*.P -rm -f crypto/scrypt/generic/obj/*.d - -rm -f crypto/sha2/asm/obj/*.o - -rm -f crypto/sha2/asm/obj/*.P - -rm -f crypto/sha2/asm/obj/*.d + -rm -f crypto/sha2/asm/obj/*.o + -rm -f crypto/sha2/asm/obj/*.P + -rm -f crypto/sha2/asm/obj/*.d -rm -f obj/build.h cd leveldb && TARGET_OS=OS_WINDOWS_CROSSCOMPILE $(MAKE) clean && cd .. diff --git a/src/makefile.mingw b/src/makefile.mingw index c2298c7..cac4d9d 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -178,7 +178,7 @@ novacoind.exe: $(OBJS:obj/%=obj/%) clean: -del /Q novacoind -del /Q obj\* - -del /Q crypto\scrypt\asm\obj\* - -del /Q crypto\sha2\asm\obj\* + -del /Q crypto\scrypt\asm\obj\* + -del /Q crypto\sha2\asm\obj\* FORCE: diff --git a/src/makefile.osx b/src/makefile.osx index 758c1ed..94d20fb 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -213,9 +213,9 @@ clean: -rm -f crypto/scrypt/generic/obj/*.o -rm -f crypto/scrypt/generic/obj/*.P -rm -f crypto/scrypt/generic/obj/*.d - -rm -f crypto/sha2/asm/obj/*.o - -rm -f crypto/sha2/asm/obj/*.P - -rm -f crypto/sha2/asm/obj/*.d + -rm -f crypto/sha2/asm/obj/*.o + -rm -f crypto/sha2/asm/obj/*.P + -rm -f crypto/sha2/asm/obj/*.d -rm -f obj/build.h FORCE: diff --git a/src/makefile.unix b/src/makefile.unix index c983d21..34ed1a3 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -244,9 +244,9 @@ clean: -rm -f crypto/scrypt/generic/obj/*.o -rm -f crypto/scrypt/generic/obj/*.P -rm -f crypto/scrypt/generic/obj/*.d - -rm -f crypto/sha2/asm/obj/*.o - -rm -f crypto/sha2/asm/obj/*.P - -rm -f crypto/sha2/asm/obj/*.d + -rm -f crypto/sha2/asm/obj/*.o + -rm -f crypto/sha2/asm/obj/*.P + -rm -f crypto/sha2/asm/obj/*.d -rm -f obj/build.h FORCE: