blob: 2df566b8c6e95060d79f079b72678e385dc92d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
make: Entering directory '/build/dash/src/build'
Making install in src
make[1]: Entering directory '/build/dash/src/build/src'
make install-am
make[2]: Entering directory '/build/dash/src/build/src'
make[3]: Entering directory '/build/dash/src/build/src'
/bin/mkdir -p '/build/dash/pkg/dash/bin'
/bin/mkdir -p '/build/dash/pkg/dash/usr/share/man/man1'
/usr/bin/install -c dash '/build/dash/pkg/dash/bin'
/usr/bin/install -c -m 644 /build/dash/src/dash-0.5.12/src/dash.1 '/build/dash/pkg/dash/usr/share/man/man1'
make[3]: Leaving directory '/build/dash/src/build/src'
make[2]: Leaving directory '/build/dash/src/build/src'
make[1]: Leaving directory '/build/dash/src/build/src'
make[1]: Entering directory '/build/dash/src/build'
make[2]: Entering directory '/build/dash/src/build'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/dash/src/build'
make[1]: Leaving directory '/build/dash/src/build'
make: Leaving directory '/build/dash/src/build'
|