- Timestamp:
- Mar 10, 2006, 3:02:44 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:
- dd6636b
- Parents:
- 6ddec23
- Location:
- scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/native-scripts/native-grep.sh
r6ddec23 rc0cf39e 17 17 unpack_tarball grep-${GREP_VER} && 18 18 cd ${PKGDIR} 19 20 case ${GREP_VER} in 21 2.5.1a ) apply_patch grep-2.5.1a-redhat_fixes-2.patch ;; 22 esac 19 23 20 24 max_log_init Grep ${GREP_VER} "native (shared)" ${CONFLOGS} ${LOG} -
scripts/scripts/target-scripts/target-grep.sh
r6ddec23 rc0cf39e 28 28 fi 29 29 30 case ${GREP_VER} in 31 2.5.1a ) apply_patch grep-2.5.1a-redhat_fixes-2.patch ;; 32 esac 33 30 34 max_log_init Grep ${GREP_VER} "target (shared)" ${CONFLOGS} ${LOG} 31 35 CC="${TARGET}-gcc ${ARCH_CFLAGS}" \
Note:
See TracChangeset
for help on using the changeset viewer.