clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 60454e2 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago |
r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure
|
-
Property mode
set to
100755
|
File size:
503 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | ### portmap ###
|
---|
4 |
|
---|
5 | cd ${SRC}
|
---|
6 | LOG=blfs-portmap.log
|
---|
7 | set_libdirname
|
---|
8 | setup_multiarch
|
---|
9 |
|
---|
10 | unpack_tarball portmap_${PORTMAP_VER}
|
---|
11 | cd ${PKGDIR}
|
---|
12 | apply_patch portmap-5beta-compilation_fixes-3
|
---|
13 | apply_patch portmap-5beta-glibc_errno_fix-1
|
---|
14 |
|
---|
15 | max_log_init portmap ${PORTMAP_VER} "native (shared)" ${BUILDLOGS} ${LOG}
|
---|
16 | make CC="${CC-gcc} ${ARCH_CFLAGS} ${TGT_CFLAGS}" \
|
---|
17 | >> ${LOGFILE} 2>&1 &&
|
---|
18 | echo " o Build OK" &&
|
---|
19 |
|
---|
20 | min_log_init ${INSTLOGS} &&
|
---|
21 | make install \
|
---|
22 | >> ${LOGFILE} 2>&1 &&
|
---|
23 | echo " o ALL OK" || barf
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.