Project

General

Profile

« Previous | Next » 

Revision 14741

bugfix: /Makefile: bin/install: uutils: need to reopen terminal window before can proceed with other installation steps

View differences:

Makefile
36 36

  
37 37
##### bin/install: live and test environments
38 38

  
39
define uutils_install
40
(mkdir -p ~/software/uutils/; cd ~/software/uutils/; \
41
svn co http://uutils.googlecode.com/svn/trunk/ .; make install)
42
@echo $(emph)'reload PATH:'$(endEmph)
43
@echo 'press Enter'
44
@echo 'press Ctrl-D'
45
@echo 'reopen the terminal window'
46
@echo 'rerun `make install`'
47
@$(wait)
48

  
49
endef
50
uutils_install? = $(if $(wildcard ~/software/uutils/),,$(uutils_install))
51

  
39 52
bin/install: _always
40
	(mkdir -p ~/software/uutils/; cd ~/software/uutils/; \
41
svn co http://uutils.googlecode.com/svn/trunk/ .; make install)
53
	$(uutils_install?)
42 54
	mkdir -p ~/bin
43 55
	-ln -s $(realpath bin/make) ~/bin
44 56
# ignore errors if file exists

Also available in: Unified diff