mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
Merge pull request #160 from harshavardhana/pr_out_move_to_devscripts_to_avoid_top_level_dir_clutter
This commit is contained in:
commit
78755aa1e0
6
Makefile
6
Makefile
@ -1,10 +1,8 @@
|
|||||||
#GOPATH := $(CURDIR)/tmp/gopath
|
|
||||||
MAKE_OPTIONS := -s
|
|
||||||
|
|
||||||
all: getdeps install
|
all: getdeps install
|
||||||
|
|
||||||
checkdeps:
|
checkdeps:
|
||||||
@./checkdeps.sh
|
@echo "Checking deps.."
|
||||||
|
@(env bash $(PWD)/devscripts/checkdeps.sh)
|
||||||
|
|
||||||
createsymlink:
|
createsymlink:
|
||||||
@mkdir -p $(GOPATH)/src/github.com/minio-io/;
|
@mkdir -p $(GOPATH)/src/github.com/minio-io/;
|
||||||
|
0
checkdeps.sh → devscripts/checkdeps.sh
Executable file → Normal file
0
checkdeps.sh → devscripts/checkdeps.sh
Executable file → Normal file
0
setup_development_environment.sh → devscripts/setup_development_environment.sh
Executable file → Normal file
0
setup_development_environment.sh → devscripts/setup_development_environment.sh
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user