Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
3e94b6a0
Commit
3e94b6a0
authored
Jul 01, 2016
by
Jonathan Wilkes
Browse files
fix rsync command for Windows build
parent
995cbbbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/makefile.mingw
View file @
3e94b6a0
...
...
@@ -259,7 +259,7 @@ install: all
# the real install
install
-d
$(DESTDIR)$(bindir)
# rsync the nw directory, which includes the nw binary itself
rsync
-ax
--exclude
=
.git
--exclude
=
.svn ../nw
$(DESTDIR)$(bindir)
rsync
-ax
--exclude
=
.git
--exclude
=
.svn ../nw
/
*
$(DESTDIR)$(bindir)
install
-p
$(PDEXEC)
$(DESTDIR)$(bindir)/$(PDEXEC)
install
-p
pd.com
$(DESTDIR)$(bindir)/pd.com
install
-p
pd.dll
$(DESTDIR)$(bindir)/pd.dll
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment