clfs-1.2
        clfs-2.1
        clfs-3.0.0-systemd
        clfs-3.0.0-sysvinit
        systemd
        sysvinit
      
      
        
          | Last change
 on this file since 7882dc5 was             617118d, checked in by Jim Gifford <clfs@…>, 20 years ago | 
        
          | 
r561@server (orig r559):  root | 2005-06-05 02:38:49 -0700Fixed Directory Structure
 
 | 
        
          | 
              
Property                 mode
 set to                 100755 | 
        
          | File size:
            552 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/bash | 
|---|
| 2 |  | 
|---|
| 3 | ### AUTOCONF ### | 
|---|
| 4 |  | 
|---|
| 5 | cd ${SRC} | 
|---|
| 6 | LOG=autoconf-buildhost.log | 
|---|
| 7 |  | 
|---|
| 8 | unpack_tarball autoconf-${AUTOCONF_VER} && | 
|---|
| 9 | cd ${PKGDIR} | 
|---|
| 10 |  | 
|---|
| 11 | max_log_init Autoconf ${AUTOCONF_VER} "buildhost (shared)" ${CONFLOGS} ${LOG} | 
|---|
| 12 | CC="${CC-gcc}" CFLAGS="-O2 -pipe" \ | 
|---|
| 13 | ./configure --prefix=${HST_TOOLS} \ | 
|---|
| 14 | --disable-nls \ | 
|---|
| 15 | >> ${LOGFILE} 2>&1 && | 
|---|
| 16 | echo " o Configure OK" && | 
|---|
| 17 |  | 
|---|
| 18 | min_log_init ${BUILDLOGS} && | 
|---|
| 19 | make ${PMFLAGS} LDFLAGS="-s" \ | 
|---|
| 20 | >> ${LOGFILE} 2>&1 && | 
|---|
| 21 | echo " o Build OK" && | 
|---|
| 22 |  | 
|---|
| 23 | min_log_init ${INSTLOGS} && | 
|---|
| 24 | make install \ | 
|---|
| 25 | >> ${LOGFILE} 2>&1 && | 
|---|
| 26 | echo " o ALL OK" || barf | 
|---|
| 27 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.