Issue 163 in utgb: make install does not work as expected

1 view
Skip to first unread message

ut...@googlecode.com

unread,
Sep 25, 2011, 5:26:34 AM9/25/11
to utgb-...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium OpSys-All AffectedVersion-1.4
Milestone-utgb-tookit-1.4 FixedVersion-NA

New issue 163 by masahiro...@gmail.com: make install does not work as
expected
http://code.google.com/p/utgb/issues/detail?id=163

What steps will reproduce the problem?
1. 'hg clone (repo path here) utgb && make clean install' on Windows+Cygwin
env.

at line 27 in (REP_ROOT)\utgb-shell\Makefile
> SRC=$(shell find src)

should be

> SRC=$(shell /bin/find src)

or otherwise 'FIND.EXE' shipped with Windows will run.

$ find /?
ファイル (複数可) 内のテキスト文字列を検索します。

FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] "文字列" [[ドライブ:][パス]ファイル名
[...]]


ut...@googlecode.com

unread,
Sep 25, 2011, 5:42:44 AM9/25/11
to utgb-...@googlegroups.com

Comment #1 on issue 163 by masahiro...@gmail.com: make install does not

Similarly, in (REP_ROOT)/utgb-shell/Makefile, 'mkdir -p' should be replaced
by '/bin/mkdir -p'.

- mkdir -p "$(UTGB_DIR)"
- mkdir -p "$(PREFIX)/bin"
+ /bin/mkdir -p "$(UTGB_DIR)"
+ /bin/mkdir -p "$(PREFIX)/bin"

In my environment, mkdir that comes with W32TeX does not support -p option.

ut...@googlecode.com

unread,
Sep 25, 2011, 9:40:28 PM9/25/11
to utgb-...@googlegroups.com
Updates:
Status: Fixed

Comment #2 on issue 163 by l...@xerial.org: make install does not work as
expected
http://code.google.com/p/utgb/issues/detail?id=163

This issue was closed by revision ce1ea5819b1f.

Reply all
Reply to author
Forward
0 new messages