- Timestamp:
- Mar 10, 2006, 3:03:38 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:
- a8a1084
- Parents:
- 46f79ff
- Location:
- scripts/scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/blfs-scripts/blfs-tcl.sh
r46f79ff rdeb72bc 21 21 sed '/TCL_LIBRARY/s@\$(prefix)/lib@$(libdir)@g' Makefile.in-ORIG > Makefile.in 22 22 fi 23 24 # Fix brokenness in configure with bash-3.1 25 case ${TCL_VER} in 26 8.4.1[12] ) 27 if [ ! -f configure-ORIG ]; then cp configure configure-ORIG ; fi 28 sed "s/relid'/relid/" < configure-ORIG > configure 29 ;; 30 esac 23 31 24 32 max_log_init Tcl ${TCL_VER} "blfs (shared)" ${CONFLOGS} ${LOG} -
scripts/scripts/native-scripts/temp-tcl.sh
r46f79ff rdeb72bc 37 37 fi 38 38 39 # Fix brokenness in configure with bash-3.1 40 case ${TCL_VER} in 41 8.4.1[12] ) 42 if [ ! -f configure-ORIG ]; then cp configure configure-ORIG ; fi 43 sed "s/relid'/relid/" < configure-ORIG > configure 44 ;; 45 esac 39 46 max_log_init Tcl ${TCL_VER} "temp (shared)" ${CONFLOGS} ${LOG} 40 47 CC="${CC-gcc} ${ARCH_CFLAGS}" \ -
scripts/scripts/untested/blfs-scripts/blfs-tk.sh
r46f79ff rdeb72bc 28 28 fi 29 29 30 max_log_init Tcl ${TK_VER} "blfs (shared)" ${CONFLOGS} ${LOG} 30 # Fix brokenness in configure with bash-3.1 31 case ${TK_VER} in 32 8.4.1[12] ) 33 if [ ! -f configure-ORIG ]; then cp configure configure-ORIG ; fi 34 sed "s/relid'/relid/" < configure-ORIG > configure 35 ;; 36 esac 37 38 max_log_init Tk ${TK_VER} "blfs (shared)" ${CONFLOGS} ${LOG} 31 39 CC="${CC-gcc} ${ARCH_CFLAGS}" \ 32 40 CFLAGS="${TGT_CFLAGS}" \
Note:
See TracChangeset
for help on using the changeset viewer.