Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3512284

Browse files
committed
Our 'install-sh' script is BSD-style, therefore requires -c
to behave sanely. configure was not treating it as BSD...
1 parent10d987c commit3512284

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ case "$host_os" in
14071407
esac
14081408

14091409
case"`basename$INSTALL`"in
1410-
install|installbsd|scoinst)
1410+
install|installbsd|scoinst|install-sh)
14111411
INSTLOPTS="-c$INSTLOPTS"
14121412
INSTL_EXE_OPTS="-c$INSTL_EXE_OPTS"
14131413
INSTL_LIB_OPTS="-c$INSTL_LIB_OPTS"

‎src/configure.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,10 @@ case "$host_os" in
373373
INSTL_SHLIB_OPTS="-m 555" ;;
374374
esac
375375

376+
dnl These flavors of install need -c to install by copy rather than move.
377+
dnl install by move is fatal because it removes stuff from the source tree!
376378
case "`basename $INSTALL`" in
377-
install|installbsd|scoinst)
379+
install|installbsd|scoinst|install-sh)
378380
INSTLOPTS="-c $INSTLOPTS"
379381
INSTL_EXE_OPTS="-c $INSTL_EXE_OPTS"
380382
INSTL_LIB_OPTS="-c $INSTL_LIB_OPTS"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp