Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef66d5d

Browse files
authored
Merge pull requestfsharp#762 from nosami/ignore-ls-error-code
Ignore error code from ls
2 parents4156839 +2dc47f1 commitef66d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ install:
9898
$(MAKE) -C mono/FSharp.Core TargetDotnetProfile=monoandroid10+monotouch10+xamarinios10 install
9999
$(MAKE) -C mono/FSharp.Core TargetDotnetProfile=xamarinmacmobile install
100100
echo"------------------------------ INSTALLED FILES --------------"
101-
ls -xlR$(DESTDIR)$(monodir)/fsharp$(DESTDIR)$(monodir)/msbuild$(DESTDIR)$(monodir)/gac/FSharp*$(DESTDIR)$(monodir)/Microsoft*
101+
ls -xlR$(DESTDIR)$(monodir)/fsharp$(DESTDIR)$(monodir)/msbuild$(DESTDIR)$(monodir)/gac/FSharp*$(DESTDIR)$(monodir)/Microsoft*||true
102102

103103
dist:
104104
-rm -r fsharp-$(DISTVERSION) fsharp-$(DISTVERSION).tar.bz2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp