File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: df8481a9c31e1a4773515cfd1ea05a5d5d488578
2
+ refs/heads/master: 2f32a1581f522e524009138b33b1c7049ced668d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Original file line number Diff line number Diff line change 6
6
# destination directory as arg 2, and filename/libname-glob as arg 3
7
7
ifdef VERBOSE
8
8
INSTALL = install -m755 $(1 ) /$(3 ) $(2 ) /$(3 )
9
- INSTALL_LIB = install -m644 ` ls -rt1 $( 1) /$( 3) | tail -1 ` $(2 ) /
9
+ INSTALL_LIB = install -m644 ` ls -drt1 $( 1) /$( 3) | tail -1 ` $(2 ) /
10
10
else
11
11
INSTALL = $(Q )$(call E, install: $(2 ) /$(3 ) ) && install -m755 $(1 ) /$(3 ) $(2 ) /$(3 )
12
12
INSTALL_LIB = $(Q )$(call E, install_lib: $(2 ) /$(3 ) ) && \
13
- install -m644 ` ls -rt1 $( 1) /$( 3) | tail -1 ` $(2 ) /
13
+ install -m644 ` ls -drt1 $( 1) /$( 3) | tail -1 ` $(2 ) /
14
14
endif
15
15
16
16
# The stage we install from
You can’t perform that action at this time.
0 commit comments