Makefile (c5897626b9720e8fc7a76e0df1fd9cffb066415e) | Makefile (2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9) |
---|---|
1# $FreeBSD$ 2# 3# make release [BUILDNAME=somename] CHROOTDIR=/some/dir CVSROOT=/cvs/dir \ 4# [RELEASETAG=tag] 5# 6# Where "/some/dir" is the pathname of a directory on a some filesystem with 7# at least 1000MB of free space, "somename" is what you want the release to 8# call itself, "/cvs/dir" is where our source repo resides and, optionally, --- 192 unchanged lines hidden (view full) --- 201FLOPPYSIZE= 1440 202FLOPPYSPLITSIZE= 1392 203FLOPPYINODE= 40000 204FLOPPYLABEL= fd1440 205BOOTINODE= 80000 206MFSSIZE= 4320 207MFSINODE= 8000 208MFSLABEL= minimum3 | 1# $FreeBSD$ 2# 3# make release [BUILDNAME=somename] CHROOTDIR=/some/dir CVSROOT=/cvs/dir \ 4# [RELEASETAG=tag] 5# 6# Where "/some/dir" is the pathname of a directory on a some filesystem with 7# at least 1000MB of free space, "somename" is what you want the release to 8# call itself, "/cvs/dir" is where our source repo resides and, optionally, --- 192 unchanged lines hidden (view full) --- 201FLOPPYSIZE= 1440 202FLOPPYSPLITSIZE= 1392 203FLOPPYINODE= 40000 204FLOPPYLABEL= fd1440 205BOOTINODE= 80000 206MFSSIZE= 4320 207MFSINODE= 8000 208MFSLABEL= minimum3 |
209.elif ${TARGET_ARCH} == "alpha" 210MAKE_FLOPPIES= true 211FLOPPYSIZE= 1440 212FLOPPYSPLITSIZE= 1392 213FLOPPYINODE= 40000 214FLOPPYLABEL= fd1440 215BOOTINODE= 80000 216MFSSIZE= 4320 217MFSINODE= 8000 218MFSLABEL= auto 219SPLIT_MFSROOT= | |
220.elif ${TARGET_ARCH} == "sparc64" 221DISKLABEL= sunlabel 222MFSSIZE= 4096 223MFSINODE= 8192 224MFSLABEL= auto 225MINIROOT= 226.elif ${TARGET_ARCH} == "ia64" 227MFSSIZE= 8192 --- 1108 unchanged lines hidden --- | 209.elif ${TARGET_ARCH} == "sparc64" 210DISKLABEL= sunlabel 211MFSSIZE= 4096 212MFSINODE= 8192 213MFSLABEL= auto 214MINIROOT= 215.elif ${TARGET_ARCH} == "ia64" 216MFSSIZE= 8192 --- 1108 unchanged lines hidden --- |