Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1,991
Star
19,390
Fork
11,909
BVLC
/
caffe
Code
Issues
517
Pull requests
252
Projects
0
Wiki
Insights
Pulse
Graphs
Fixed bug where make distribute duplicates python files
#5704
Open
ArneSuppe
wants to merge 1 commit into
BVLC
:
master
base:
master
from
ArneSuppe
:
dupDistDirFix
Conversation
0
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
c209c92
Fixed bug where make distribute duplicates python files in distribute…
Jun 21, 2017
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+1
−1
Unified
Split
Show comments
View
2
Makefile
@@ -694,6 +694,6 @@ $(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS)
install -m 644
$(
DYNAMIC_NAME
)
$(
DISTRIBUTE_DIR
)
/lib
cd
$(
DISTRIBUTE_DIR
)
/lib
;
rm -f
$(
DYNAMIC_NAME_SHORT
)
;
ln -s
$(
DYNAMIC_VERSIONED_NAME_SHORT
)
$(
DYNAMIC_NAME_SHORT
)
#
add python - it's not the standard way, indeed...
- cp -r python
$(
DISTRIBUTE_DIR
)
/
python
+ cp -r python
$(
DISTRIBUTE_DIR
)
/
-include
$(
DEPS
)
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.