clfs-1.2
        clfs-2.1
        clfs-3.0.0-systemd
        clfs-3.0.0-sysvinit
        systemd
        sysvinit
      
      
        
          | Last change
 on this file since fd5b1fe was             f5aa871, checked in by Jim Gifford <clfs@…>, 20 years ago | 
        
          | 
r582@server (orig r580):  ryan | 2005-08-05 21:42:59 -0700First in a pile of stuff to sync up...
 
 
 
 
Add mktemp build to build-native
 
 
 
 | 
        
          | 
              
Property                 mode
 set to                 100755 | 
        
          | File size:
            569 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/bash | 
|---|
| 2 |  | 
|---|
| 3 | ### MKTEMP ### | 
|---|
| 4 | cd ${SRC} | 
|---|
| 5 | LOG="mktemp-native.log" | 
|---|
| 6 | set_libdirname | 
|---|
| 7 | setup_multiarch | 
|---|
| 8 |  | 
|---|
| 9 | unpack_tarball mktemp-${MKTEMP_VER} && | 
|---|
| 10 | cd ${PKGDIR} | 
|---|
| 11 |  | 
|---|
| 12 | apply_patch mktemp-1.5-add_tempfile-1 | 
|---|
| 13 |  | 
|---|
| 14 | max_log_init mktemp ${MKTEMP_VER} native ${CONFLOGS} ${LOG} | 
|---|
| 15 | CC="${CC-gcc} ${ARCH_CFLAGS}" CFLAGS="-O2 -pipe" \ | 
|---|
| 16 | ./configure --prefix=/usr \ | 
|---|
| 17 | --enable-libc \ | 
|---|
| 18 | >> ${LOGFILE} 2>&1 && | 
|---|
| 19 | echo " o Configure OK" && | 
|---|
| 20 |  | 
|---|
| 21 | min_log_init ${BUILDLOGS} && | 
|---|
| 22 | make \ | 
|---|
| 23 | >> ${LOGFILE} 2>&1 && | 
|---|
| 24 | echo " o Build OK" && | 
|---|
| 25 |  | 
|---|
| 26 | min_log_init ${INSTLOGS} && | 
|---|
| 27 | make install \ | 
|---|
| 28 | >> ${LOGFILE} && | 
|---|
| 29 | echo " o ALL OK" || barf | 
|---|
| 30 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.