summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-25 07:44:04 +0800
committerTitanSnow <[email protected]>2017-05-25 07:44:04 +0800
commit7ee82c2b09ee0af9289c2aad852707bd7d2e637b (patch)
treec215e232e2ba8f92d449b62b204b52b3e6682c61 /makefile
parenta00ed183e738749f8c5068a3fe56dab54b4fb961 (diff)
fix chaos installation
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/makefile b/makefile
index 4edf55d86..723fe67f7 100644
--- a/makefile
+++ b/makefile
@@ -68,8 +68,6 @@ install:
@if [ ! -d $(prefix)/bin ]; then mkdir -p $(prefix)/bin; fi
@mv $(xmake_loader) $(xmake_loader_install)
@chmod 777 $(xmake_loader_install)
- @# tip
- @$(if $(findstring $(prefix)/bin,$(PATH)),,echo 'please export PATH=$$PATH:$(prefix)/bin')
@# remove xmake.out
@if [ -f '/tmp/xmake.out' ]; then rm /tmp/xmake.out; fi
@# ok