FreeBSD Bugzilla – Attachment 18396 Details for
Bug 33089
GENERIC bloat causes 'make world' to break (overfull floppy)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.81 KB, created by
Adrian Steinmann
on 2001-12-22 13:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Adrian Steinmann
Created:
2001-12-22 13:20:01 UTC
Size:
2.81 KB
patch
obsolete
>*** 51,56 **** >--- 51,59 ---- > #WORLD_FLAGS=-j4 > #KERNEL_FLAGS=-j4 > >+ # standardize on bzip instead of gzip to fit more GENERIC onto floppy >+ WORLD_FLAGS+= LOADER_BZIP2_SUPPORT=YES LOADER_NO_GZIP_SUPPORT=YES >+ > # If you are using a local CVS repository with components stored in > # non-standard modules, override these on the make commandline or > # in the environment. >*************** >*** 636,655 **** > @gzip -9 ${RD}/mfsfd/stand/help/*.hlp > sh -e ${.CURDIR}/scripts/doFS.sh -s mfsroot ${RD} ${MNT} \ > ${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL} >! @gzip -9vc mfsroot > mfsroot.gz > .if ${MACHINE} == "pc98" > @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \ >! ${RD} ${MNT} ${SMALLBOOTSIZE} mfsroot.gz \ > ${BOOTINODE} ${SMALLBOOTLABEL} > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern-small FDSIZE=SMALL > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern > .else > @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \ >! ${RD} ${MNT} ${BOOTSIZE} mfsroot.gz ${BOOTINODE} ${BOOTLABEL} > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=boot FDSIZE=BIG > .endif >! @rm mfsroot mfsroot.gz mfsroot.size > @echo "Regular and MFS boot floppies made." > touch release.8 > >--- 639,658 ---- > @gzip -9 ${RD}/mfsfd/stand/help/*.hlp > sh -e ${.CURDIR}/scripts/doFS.sh -s mfsroot ${RD} ${MNT} \ > ${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL} >! @bzip2 -1vc mfsroot > mfsroot.bz2 > .if ${MACHINE} == "pc98" > @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \ >! ${RD} ${MNT} ${SMALLBOOTSIZE} mfsroot.bz2 \ > ${BOOTINODE} ${SMALLBOOTLABEL} > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern-small FDSIZE=SMALL > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern > .else > @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \ >! ${RD} ${MNT} ${BOOTSIZE} mfsroot.bz2 ${BOOTINODE} ${BOOTLABEL} > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=boot FDSIZE=BIG > .endif >! @rm mfsroot mfsroot.bz2 mfsroot.size > @echo "Regular and MFS boot floppies made." > touch release.8 > >*************** >*** 955,961 **** > @./write_mfs_in_kernel ${RD}/image.${FSIMAGE}/kernel mfsroot > @cp ${RD}/image.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE} > .endif >! @gzip -9v ${RD}/image.${FSIMAGE}/kernel > @rm -f ${RD}/floppies/${FSIMAGE}.flp > .if defined(FDSIZE) && ${FDSIZE} == "BIG" > sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/${FSIMAGE}.flp \ >--- 958,964 ---- > @./write_mfs_in_kernel ${RD}/image.${FSIMAGE}/kernel mfsroot > @cp ${RD}/image.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE} > .endif >! @bzip2 -1v ${RD}/image.${FSIMAGE}/kernel > @rm -f ${RD}/floppies/${FSIMAGE}.flp > .if defined(FDSIZE) && ${FDSIZE} == "BIG" > sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/${FSIMAGE}.flp \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33089
: 18396