- Timestamp:
- Mar 10, 2006, 3:02:54 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 63b3dd5
- Parents:
- c0cf39e
- Location:
- scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/native-scripts/native-gawk.sh
rc0cf39e rdd6636b 17 17 unpack_tarball gawk-${GAWK_VER} && 18 18 cd ${PKGDIR} 19 20 case ${GAWK_VER} in 21 3.1.5 ) apply_patch gawk-3.1.5-segfault_fix-1 ;; 22 esac 19 23 20 24 # Following mimics gawk patch -
scripts/scripts/target-scripts/target-gawk.sh
rc0cf39e rdd6636b 34 34 fi 35 35 36 case ${GAWK_VER} in 37 3.1.5 ) apply_patch gawk-3.1.5-segfault_fix-1 ;; 38 esac 39 36 40 # gawk is braindead for setting version information 37 41 # during install while cross compiling, here we will use
Note:
See TracChangeset
for help on using the changeset viewer.