Changeset 1605

Show
Ignore:
Timestamp:
07/12/06 02:21:02 (2 years ago)
Author:
justin
Message:

Bison and iana-etc upgrade, module-init-tools, m4, gawk, sed, texinfo and procpc builds updated.

Location:
branches/cross
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • branches/cross/Makefile

    r1601 r1605  
    229229        clfs-gcc-cross-static clfs-glibc-scpt clfs-gcc-cross 
    230230 
    231 tools: clfs-binutils-scpt clfs-gcc-scpt clfs-ncurses-scpt clfs-bash-scpt stop-here \ 
     231tools: clfs-binutils-scpt clfs-gcc-scpt clfs-ncurses-scpt clfs-bash-scpt \ 
    232232        clfs-bzip2-scpt clfs-coreutils-scpt clfs-diffutils-scpt clfs-findutils-scpt \ 
    233         clfs-gawk-scpt clfs-gettext-scpt clfs-grep-scpt clfs-gzip-scpt clfs-make-scpt \ 
     233        clfs-gawk-scpt stop-here clfs-gettext-scpt clfs-grep-scpt clfs-gzip-scpt clfs-make-scpt \ 
    234234        clfs-patch-scpt clfs-sed-scpt clfs-tar-scpt clfs-texinfo-scpt \ 
    235235        clfs-util-linux-scpt clfs-wget-scpt 
  • branches/cross/packages/bison/Makefile

    r1498 r1605  
    22 
    33NM= bison 
    4 VRS= 2.1 
     4VRS= 2.3 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= b236923e7d4909c6fd8873ac87431833fa45069b 
     9SHA-$(FILE)= 7e489f35c6d8171f0cb0cad3dda0fb39f2cb0b62 
    1010 
    1111# Targets 
     
    2222 
    2323compile-stage2: 
    24 ifndef CROSS 
    2524        ./configure --prefix=/usr 
    26 else 
    27         CC="gcc $(64FLAGS)" ./configure --prefix=/usr 
    28 endif 
    2925        echo '#define YYENABLE_NLS 1' >> config.h 
    3026        make $(PM) 
  • branches/cross/packages/gawk/Makefile

    r1488 r1605  
    1717include $(ROOT)/scripts/functions 
    1818 
    19 ifndef CROSS 
    2019stage1: $(FILE) $(PATCH1) 
    2120        $(std_build) 
    2221        cp $(SRC)/{$(FILE),$(PATCH1)} $(LFSSRC) 
    23 else 
    24 stage1: $(FILE) 
    25         $(std_build) 
    26         cp $(SRC)/$(FILE) $(LFSSRC) 
    27 endif 
    2822 
    2923compile-stage1: 
    30 ifndef CROSS 
    31         ./configure --prefix=$(WD) 
    32 else 
    3324        CC="$${CC} $(64FLAGS)" ./configure --prefix=$(WD) \ 
    3425         --build=$(LFS_HOST) --host=$(LFS_TARGET) 
    35 endif 
    36         echo "#define HAVE_LANGINFO_CODESET 1" >> config.h 
    37         echo "#define HAVE_LC_MESSAGES 1" >> config.h 
    3826        make $(PM) 
    3927        make install 
     
    4836compile-stage2: 
    4937        patch -Np1 -i ../$(PATCH1) 
    50 ifndef CROSS 
    5138        ./configure --prefix=/usr --libexecdir=/usr/lib 
    52 else 
    53         CC="gcc $(64FLAGS)" ./configure --prefix=/usr \ 
    54          --libexecdir=/usr/lib64 
    55 endif 
    56         echo "#define HAVE_LANGINFO_CODESET 1" >> config.h 
    5739        echo "#define HAVE_LC_MESSAGES 1" >> config.h 
    5840        make $(PM) 
  • branches/cross/packages/iana-etc/Makefile

    r766 r1605  
    22 
    33NM= iana-etc 
    4 VRS= 2.00 
     4VRS= 2.10 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= e4d9efb9076b8b18dc7add2236c68230a19b2607 
     9SHA-$(FILE)= 6a2960e42ccf3266680b7adb83f239c5a640220e 
    1010 
    1111# Targets 
  • branches/cross/packages/m4/Makefile

    r1499 r1605  
    1313include $(ROOT)/scripts/functions 
    1414 
    15 stage1: $(FILE) 
    16         $(std_build) 
    17         cp $(SRC)/$(FILE) $(LFSSRC) 
    18  
    19 compile-stage1: 
    20         ./configure --prefix=$(WD) 
    21         make $(PM) 
    22         make install 
    23  
    2415chroot: 
    2516        chroot "$(MP)" $(chenv-pre-bash) \ 
     
    3021 
    3122compile-stage2: 
    32 ifndef CROSS 
    3323        ./configure --prefix=/usr 
    34 else 
    35         CC="gcc $(64FLAGS)" ./configure --prefix=/usr 
    36 endif 
    3724        make $(PM) 
    3825        make install 
     
    4128        -rm -rf $(DIR) 
    4229 
    43 .PHONY: compile-stage1 clean chroot compile-stage2 
     30.PHONY: clean chroot compile-stage2 
  • branches/cross/packages/module-init-tools/Makefile

    r1488 r1605  
    2222 
    2323compile-stage2: 
    24 ifndef CROSS 
    2524        ./configure --prefix=/ --enable-zlib 
    26 else 
    27         CC="gcc $(64FLAGS)" ./configure --prefix=/ --enable-zlib 
    28 endif 
    2925        make $(PM) 
    3026        make install 
  • branches/cross/packages/procps/Makefile

    r1499 r1605  
    2222 
    2323compile-stage2: 
    24 ifndef CROSS 
    2524        make $(PM) 
    2625        make install 
    27 else 
    28         make $(PM) CC="gcc $(64FLAGS)" 
    29         make install lib64=$(LIB_LAYBE64) 
    30 endif 
    3126 
    3227clean: 
  • branches/cross/packages/sed/Makefile

    r1499 r1605  
    1818 
    1919compile-stage1: 
    20 ifndef CROSS 
    21         ./configure --prefix=$(WD) 
    22 else 
    2320        CC="$${CC} $(64FLAGS)" ./configure --prefix=$(WD) \ 
    24          --host=$(LFS_TARGET) 
    25 endif 
     21         --build=$(LFS_HOST) --host=$(LFS_TARGET) 
    2622        make $(PM) 
    2723        make install 
     
    3531 
    3632compile-stage2: 
    37         sed -i 's@/doc@&/$(DIR)@' doc/Makefile.in 
    38 ifndef CROSS 
    3933        ./configure --prefix=/usr --bindir=/bin --enable-html 
    40 else 
    41         CC="gcc $(64FLAGS)" ./configure --prefix=/usr \ 
    42          --bindir=/bin --enable-html 
    43 endif 
    4434        make $(PM) 
    4535        make install 
  • branches/cross/packages/texinfo/Makefile

    r1442 r1605  
    1414SHA-$(PATCH1)= 2ead28cb8e2679cdb53e1e4908209f0a31397dfe 
    1515 
    16 PATCH50= $(DIR)-multibyte-1.patch 
    17 URL-$(PATCH50)= $(HTTP)/$(NM)/$(PATCH50) 
    18 SHA-$(PATCH50)= cb7f2c85a6f0ed73e8c4d1772e20b886a8c0de96 
    19  
    2016# Targets 
    2117 
     
    2723 
    2824compile-stage1: 
    29 ifndef CROSS 
    30         ./configure --prefix=$(WD) 
    31 else     
    32         CC="$${CC} $(64FLAGS)" ./configure --prefix=$(WD) --host=$(LFS_TARGET) 
    33 endif 
     25        CC="$${CC} $(64FLAGS)" ./configure --prefix=$(WD) --build=$(CLFS_HOST) \ 
     26         --host=$(LFS_TARGET) 
    3427        make $(PM) 
    3528        make install 
     
    3932        'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)' 
    4033 
    41 stage2: Makefile $(FILE) $(PATCH1) $(PATCH50) 
     34stage2: Makefile $(FILE) $(PATCH1) 
    4235        $(std_build) 
    43         cp $(SRC)/{$(PATCH1),$(PATCH50)} $(LFSSRC) 
     36        cp $(SRC)/$(PATCH1) $(LFSSRC) 
    4437 
    4538compile-stage2: 
    4639        patch -Np1 -i ../$(PATCH1) 
    47         patch -Np1 -i ../$(PATCH50) 
    48 ifndef CROSS 
    4940        ./configure --prefix=/usr 
    50 else 
    51         CC="gcc $(64FLAGS)" ./configure --prefix=/usr 
    52 endif 
    5341        make $(PM) 
    5442        make install