Changeset 639e34d
- Timestamp:
- Aug 1, 2009, 6:16:23 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e47a554
- Parents:
- 7d0fe7c
- Location:
- scripts/patch
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/bash-patch.sh
r7d0fe7c r639e34d 35 35 # 36 36 cd ~/tmp 37 wget http:// svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing37 wget http://patches.cross-lfs.org/dev/ --no-remove-listing 38 38 PATCH_NUM=$(cat index.html | grep bash | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 39 39 PATCH_NUM=$(expr ${PATCH_NUM} + 1) -
scripts/patch/binutils-patch.sh
r7d0fe7c r639e34d 31 31 # 32 32 cd ~/tmp 33 wget http:// svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing33 wget http://patches.cross-lfs.org/dev/ --no-remove-listing 34 34 PATCH_NUM=$(cat index.html | grep binutils | grep "${SOURCEVERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 35 35 PATCH_NUM=$(expr ${PATCH_NUM} + 1) -
scripts/patch/gcc-patch.sh
r7d0fe7c r639e34d 29 29 # 30 30 cd ~/tmp 31 wget http:// svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing > /dev/null 2>&131 wget http://patches.cross-lfs.org/dev/ --no-remove-listing 32 32 PATCH_NUM=$(cat index.html | grep gcc | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 33 33 PATCH_NUM=$(expr ${PATCH_NUM} + 1) -
scripts/patch/ncurses-patch.sh
r7d0fe7c r639e34d 34 34 # 35 35 cd ~/tmp 36 wget http:// svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing36 wget http://patches.cross-lfs.org/dev/ --no-remove-listing 37 37 PATCH_NUM=$(cat index.html | grep ncurses | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 38 38 PATCH_NUM=$(expr ${PATCH_NUM} + 1) -
scripts/patch/perl-patch.sh
r7d0fe7c r639e34d 24 24 # 25 25 cd /usr/src 26 wget http:// svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing26 wget http://patches.cross-lfs.org/dev/ --no-remove-listing 27 27 PATCH_NUM=$(cat index.html | grep perl | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 28 28 PATCH_NUM=$(expr ${PATCH_NUM} + 1) -
scripts/patch/readline-patch.sh
r7d0fe7c r639e34d 35 35 # 36 36 cd ~/tmp 37 wget http:// svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing37 wget http://patches.cross-lfs.org/dev/ --no-remove-listing 38 38 PATCH_NUM=$(cat index.html | grep readline | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 39 39 PATCH_NUM=$(expr ${PATCH_NUM} + 1) -
scripts/patch/vim-patch.sh
r7d0fe7c r639e34d 34 34 # 35 35 cd ~/tmp 36 wget http:// svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing36 wget http://patches.cross-lfs.org/dev/ --no-remove-listing 37 37 PATCH_NUM=$(cat index.html | grep vim | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1) 38 38 PATCH_NUM=$(expr ${PATCH_NUM} + 1)
Note:
See TracChangeset
for help on using the changeset viewer.