Skip to content

Commit

Permalink
Fix Makefile issue, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Mar 28, 2015
1 parent d16a2ef commit 9589162
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -458,3 +458,8 @@ sha1s.txt
sha256s.txt
*.asc
*.sha256

.*.uploaded
.*.scanned
.*.released
.*.tagged
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ endif
define FIND_SIGNTOOL

ifndef SIGNTOOL
SDK_DIR:=$$(shell cygpath -m -s $(1) 2>/dev/null)
SDK_DIR:=$$(shell cygpath -m -s "$(1)" 2>/dev/null)
ifneq ($$(wildcard $$(SDK_DIR)/signtool.exe),)
SIGNTOOL:=$$(SDK_DIR)/signtool.exe
endif
Expand Down Expand Up @@ -371,7 +371,7 @@ publish: $(UPLOADED_FILES) $(SCANNED_FILES)

.PHONY: tidy
tidy: clean
-rm -f $(CLEANED_FILES) \
-rm -f $(CLEAN_FILES) \
$(HASH_FILES) \
$(SIGNED_FILES) \
$(UPXED_FILES)
Expand Down

0 comments on commit 9589162

Please sign in to comment.