| Commit | Line | Data |
|---|---|---|
| 9b29c40a MD |
1 | ######################################################################### |
| 2 | # ENHANCEMENTS # | |
| 3 | ######################################################################### | |
| 4 | ||
| f4ec1279 | 5 | # New method e.g. 'make gui release'. A series of enhancement |
| 9b29c40a MD |
6 | # targes may be specified which set make variables which enhance |
| 7 | # the build in various ways. | |
| 8 | # | |
| 1a8bb5eb MD |
9 | # img is now the default (produces both the .iso and .img) |
| 10 | # | |
| b9c3e754 | 11 | gui installer img: |
| 9b29c40a | 12 | |
| 9b29c40a MD |
13 | ######################################################################### |
| 14 | # SETUP # | |
| 15 | ######################################################################### | |
| 16 | ||
| 3fff415b SW |
17 | ISODIR?= /usr/release |
| 18 | ISOROOT?= ${ISODIR}/root | |
| 19 | OBJSYS= ${.OBJDIR}/../sys | |
| fe70af21 | 20 | GITHOST?= git.dragonflybsd.org |
| 3fff415b | 21 | |
| 5cb6cda9 | 22 | MAKE_JOBS?= $$(sysctl -n hw.ncpu) |
| bfe20b28 | 23 | |
| b2b3ffcd SS |
24 | # temporary until everybody has converted to x86_64 |
| 25 | .if ${MACHINE_ARCH} == "amd64" | |
| 26 | MACHINE_ARCH= x86_64 | |
| 27 | .makeenv MACHINE_ARCH | |
| 28 | .endif | |
| 29 | ||
| 702a95cc SS |
30 | # XXX makeshift fix to build the right kernel for the (target) architecture |
| 31 | # We should configure this in the platform files somehow | |
| 32 | .if ${MACHINE_ARCH} == "i386" | |
| fe70af21 | 33 | KERNCONF ?= GENERIC GENERIC_SMP |
| 702a95cc | 34 | .else |
| fe70af21 | 35 | KERNCONF ?= X86_64_GENERIC X86_64_GENERIC_SMP |
| 702a95cc | 36 | .endif |
| 6ca9a59c | 37 | |
| cc224c64 | 38 | PKGSRC_PREFIX?= /usr/pkg |
| bce110a5 | 39 | PKGBIN_PKG_ADD?= ${PKGSRC_PREFIX}/sbin/pkg_add |
| 95b64753 | 40 | PKGBIN_PKG_DELETE?= ${PKGSRC_PREFIX}/sbin/pkg_delete |
| c791834f | 41 | PKGBIN_PKG_ADMIN?= ${PKGSRC_PREFIX}/sbin/pkg_admin |
| bce110a5 MD |
42 | PKGBIN_MKISOFS?= ${PKGSRC_PREFIX}/bin/mkisofs |
| 43 | PKGSRC_PKG_PATH?= ${ISODIR}/packages | |
| bce110a5 | 44 | |
| cc55a235 SS |
45 | # We use env -i in the chroot, so that environment variables won't |
| 46 | # disturb any (pkgsrc) build. This has happened for TARGET_ARCH, | |
| 47 | # which is used by gmake in completely different context. | |
| e2dbfa0b | 48 | # |
| cc55a235 SS |
49 | CHROOT_CMD?= env -i CCVER=${CCVER:Q} /usr/sbin/chroot ${ISOROOT} sh -c |
| 50 | ||
| 8abe78a1 | 51 | # User may specify extra packages in addition to the defaults |
| 95b64753 | 52 | # |
| 8abe78a1 MD |
53 | PKGSRC_EXTRA_PACKAGES?= |
| 54 | ||
| 55 | # Pkgsrc packages to be built and installed on the release ISO | |
| 56 | # | |
| 57 | PKGSRC_PACKAGES?= pkgtools/pkg_leaves \ | |
| 58 | pkgtools/pkg_tarup \ | |
| b2c6ab6c | 59 | pkgtools/pkgin \ |
| 8abe78a1 | 60 | devel/scmgit \ |
| 57b52550 | 61 | net/bind96 \ |
| fbc26094 SW |
62 | net/isc-dhcp4 \ |
| 63 | net/isc-dhcpd4 \ | |
| 8abe78a1 | 64 | sysutils/cdrtools \ |
| 796fd273 | 65 | net/csup \ |
| 8abe78a1 | 66 | ${PKGSRC_EXTRA_PACKAGES} |
| fbc26094 SW |
67 | |
| 68 | # pkgsrc options to use when building packages | |
| 69 | # | |
| 3fff415b SW |
70 | PKGSRC_OPTIONS+= MAKE_JOBS=${MAKE_JOBS} |
| 71 | PKGSRC_OPTIONS+= WRKOBJDIR=/usr/pkgobj | |
| 9ecb41e5 | 72 | PKGSRC_OPTIONS+= PKG_DEFAULT_OPTIONS='dri inet6' |
| fbc26094 | 73 | .if !make(gui) |
| 9ecb41e5 | 74 | PKGSRC_OPTIONS+= PKG_OPTIONS.scmgit=-scmgit-gui |
| fbc26094 | 75 | .endif |
| 8188de86 | 76 | |
| 95b64753 MD |
77 | # Even though buildiso wipes the packages, our check target has to run |
| 78 | # first and old packages (listed as they appear in pkg_info) must be | |
| 79 | # cleaned out in order for the pkg_add -n test we use in the check target | |
| 80 | # to operate properly. | |
| 81 | # | |
| fbc26094 SW |
82 | OLD_PKGSRC_PACKAGES?= cdrtools-2.01.01.27nb1 \ |
| 83 | cdrecord-2.00.3nb2 \ | |
| 84 | bootstrap-kit-20070205 \ | |
| 85 | dfuibe_installer-1.1.6 \ | |
| 86 | gettext-lib-0.14.5 \ | |
| 87 | dfuibe_installer-1.1.7nb1 \ | |
| 88 | dfuife_curses-1.5 \ | |
| 89 | gettext-lib-0.14.6 \ | |
| 90 | gettext-tools-0.14.6nb1 \ | |
| 91 | libaura-3.1 \ | |
| 92 | libdfui-4.2 \ | |
| 93 | libinstaller-5.1 \ | |
| 94 | bootstrap-kit-20080211 \ | |
| 95 | cdrtools-ossdvd-2.01.1.36nb2 \ | |
| 96 | isc-dhcp-base-4.0.0 \ | |
| 97 | isc-dhcp-server-4.0.0 | |
| 95b64753 | 98 | |
| 8188de86 | 99 | # Specify which root skeletons are required, and let the user include |
| e2dbfa0b | 100 | # their own. They are copied into ISODIR during the `customizeiso' |
| 8188de86 MD |
101 | # target; each overwrites the last. |
| 102 | # | |
| 8f51ac0b | 103 | REQ_ROOTSKELS= ${.CURDIR}/root |
| cc224c64 JS |
104 | ROOTSKELS?= ${REQ_ROOTSKELS} |
| 105 | ||
| c843f8b0 MD |
106 | # LIST OF PACKAGES NOT INCLUDED DUE TO BUILD ISSUES: |
| 107 | # chat/pidgin textproc/enchant dependency is broken | |
| 108 | # x11/rxvt-unicode broken configure | |
| 109 | # net/nmap tries to access openssl/md2.h which does not | |
| 110 | # exist. | |
| 111 | # sysutils/idesk dying on link __sync_fetch_and_add_4 | |
| 112 | # | |
| fbc26094 | 113 | .if make(gui) |
| 3f279b9e | 114 | ISOFILE?= ${ISODIR}/dfly-gui.iso |
| b9c3e754 | 115 | IMGFILE?= ${ISODIR}/dfly-gui.img |
| 0936984e MD |
116 | PKGSRC_PACKAGES+= meta-pkgs/modular-xorg-apps \ |
| 117 | meta-pkgs/modular-xorg-drivers \ | |
| 118 | meta-pkgs/modular-xorg-fonts \ | |
| 119 | meta-pkgs/modular-xorg-libs \ | |
| fbc26094 | 120 | wm/fluxbox \ |
| 0936984e | 121 | wm/fvwm \ |
| 30e27f66 | 122 | www/firefox \ |
| fbc26094 SW |
123 | print/xpdf \ |
| 124 | shells/zsh \ | |
| 125 | editors/emacs \ | |
| 126 | editors/vim \ | |
| fbc26094 SW |
127 | chat/irssi \ |
| 128 | chat/xchat \ | |
| 0936984e | 129 | x11/modular-xorg-server \ |
| fbc26094 SW |
130 | x11/eterm \ |
| 131 | lang/perl5 \ | |
| 132 | editors/nano \ | |
| 133 | shells/bash \ | |
| 134 | devel/exctags \ | |
| 135 | archivers/zip \ | |
| 136 | security/sudo \ | |
| 137 | www/links-gui \ | |
| fbc26094 SW |
138 | net/wget \ |
| 139 | fonts/terminus-font \ | |
| 140 | net/rsync \ | |
| 0936984e | 141 | time/asclock \ |
| fbc26094 | 142 | misc/screen |
| 3f279b9e SW |
143 | ROOTSKELS+= ${.CURDIR}/gui |
| 144 | .endif | |
| 145 | ||
| 3f279b9e | 146 | ISOFILE ?= ${ISODIR}/dfly.iso |
| b9c3e754 MN |
147 | IMGFILE ?= ${ISODIR}/dfly.img |
| 148 | ||
| 60b68cbb | 149 | IMGMNT ?= ${ISODIR}/mnt |
| a2f841ed MD |
150 | |
| 151 | # USB umass now probes starting at da8, so the usb stick is | |
| 152 | # probably sitting on da8. | |
| 153 | # | |
| 9a122c9a | 154 | IMGUSBDEV ?= da8 |
| 3f279b9e | 155 | |
| 5b22b655 MD |
156 | # note: we use the '${NRLOBJDIR}/nrelease' construct, that is we add |
| 157 | # the additional '/nrelease' manually, as a safety measure. | |
| 158 | # | |
| 159 | NRLOBJDIR?= /usr/obj | |
| 160 | ||
| 8188de86 MD |
161 | ######################################################################### |
| 162 | # BASE ISO TARGETS # | |
| 163 | ######################################################################### | |
| 164 | ||
| 7ebbae99 | 165 | release: check clean buildworld1 buildkernel1 \ |
| 31d5c88c | 166 | buildiso srcs customizeiso mkiso mkimg |
| 8188de86 | 167 | |
| 7ebbae99 | 168 | quickrel: check clean buildworld2 buildkernel2 \ |
| 31d5c88c | 169 | buildiso srcs customizeiso mkiso mkimg |
| 2e3f8f38 | 170 | |
| 03e2a3c5 | 171 | realquickrel: check clean \ |
| 31d5c88c | 172 | buildiso srcs customizeiso mkiso mkimg |
| 6ca9a59c | 173 | |
| 31d5c88c | 174 | restartpkgs: check customizeiso mkiso mkimg |
| 5af45f85 | 175 | |
| 9b29c40a MD |
176 | quick: quickrel |
| 177 | ||
| 178 | realquick: realquickrel | |
| 179 | ||
| 5af45f85 | 180 | |
| 9b29c40a MD |
181 | ######################################################################### |
| 182 | # CORE SUPPORT TARGETS # | |
| 183 | ######################################################################### | |
| 184 | ||
| d2582113 | 185 | check: |
| 0936984e MD |
186 | .if !exists(${PKGBIN_PKG_ADMIN}) |
| 187 | @echo "You never bootstrapped pkgsrc on your machine. You can install it with:" | |
| 188 | @echo " make pkgsrc_bootstrap" | |
| 189 | .endif | |
| 0936984e MD |
190 | .if !exists (${PKGBIN_MKISOFS}) |
| 191 | @echo | |
| 192 | @echo "Your machine does not have cdrtools installed. You can install it with:" | |
| 193 | @echo " make pkgsrc_cdrecord" | |
| 0a1628e7 | 194 | .endif |
| fbc26094 SW |
195 | .if !defined(PKGSRC_PATH) |
| 196 | @echo "Please set PKGSRC_PATH to the pkgsrc tree that shall be used for" | |
| 5af45f85 MD |
197 | @echo "package building. For example /usr/pkgsrc. See the Makefile" |
| 198 | @echo "in /usr if you are unfamiliar with pkgsrc." | |
| 0936984e | 199 | .endif |
| 0936984e MD |
200 | .if !exists (${PKGBIN_MKISOFS}) |
| 201 | @exit 1 | |
| 202 | .endif | |
| 203 | .if !defined(PKGSRC_PATH) | |
| fbc26094 SW |
204 | @exit 1 |
| 205 | .endif | |
| 2e3f8f38 | 206 | |
| 588a679c | 207 | buildworld1 buildworld2: |
| 3fff415b SW |
208 | cd ${.CURDIR}/..; \ |
| 209 | ${WORLD_CCVER:C/^..*$/WORLD_CCVER=/}${WORLD_CCVER} \ | |
| 210 | make -j ${MAKE_JOBS} -DWANT_INSTALLER ${.TARGET:C/build(.*)2/quick\1/:C/1//} | |
| 6ca9a59c | 211 | |
| 588a679c SS |
212 | buildkernel1 buildkernel2: |
| 213 | cd ${.CURDIR}/..; \ | |
| 588a679c | 214 | for kernconf in ${KERNCONF}; do \ |
| 448b21e7 | 215 | ${WORLD_CCVER:C/^..*$/WORLD_CCVER=/}${WORLD_CCVER} \ |
| 3fff415b | 216 | make -j ${MAKE_JOBS} ${.TARGET:C/build(.*)2/quick\1/:C/1//} \ |
| ee7f6ff2 | 217 | KERNCONF=$${kernconf}; \ |
| 588a679c | 218 | done |
| 6ca9a59c | 219 | |
| 5b22b655 MD |
220 | # note that we do not want to mess with any /usr/obj directories not related |
| 221 | # to buildworld, buildkernel, or nrelease, so we must supply the proper | |
| 222 | # MAKEOBJDIRPREFIX for targets that are not run through the buildworld and | |
| 223 | # buildkernel mechanism. | |
| 224 | # | |
| 92b0ebb9 MD |
225 | # Unconditionally clean out /usr/release/root so a previous img build |
| 226 | # does not blow up a future quick iso build | |
| 227 | # | |
| fe70af21 MD |
228 | # We install with INSTALLSTRIPPEDMODULES to make things fit into the ISO. |
| 229 | # We leave the kernel's debug variables intact. | |
| 230 | # | |
| 6ca9a59c | 231 | buildiso: |
| 92b0ebb9 MD |
232 | -rm -rf ${ISOROOT} |
| 233 | -chflags -R noschg ${ISOROOT} | |
| 234 | rm -rf ${ISOROOT} | |
| 235 | mkdir -p ${ISOROOT} | |
| 5b22b655 | 236 | if [ ! -d ${NRLOBJDIR}/nrelease ]; then mkdir -p ${NRLOBJDIR}/nrelease; fi |
| f4ec1279 | 237 | ( cd ${.CURDIR}/..; make -DWANT_INSTALLER DESTDIR=${ISOROOT} installworld ) |
| ab64cf06 SS |
238 | ( cd ${.CURDIR}/../etc; MAKEOBJDIRPREFIX=${NRLOBJDIR}/nrelease \ |
| 239 | make -m ${.CURDIR}/../share/mk DESTDIR=${ISOROOT} distribution ) | |
| 21aa02d0 | 240 | cpdup ${ISOROOT}/etc ${ISOROOT}/etc.hdd |
| 588a679c | 241 | cd ${.CURDIR}/..; \ |
| 588a679c | 242 | for kernconf in ${KERNCONF}; do \ |
| fe70af21 MD |
243 | make DESTDIR=${ISOROOT} installkernel \ |
| 244 | KERNCONF=$${kernconf} \ | |
| 245 | DESTKERNDIR=/boot/kernel.$${kernconf} \ | |
| 246 | INSTALLSTRIPPEDMODULES=y; \ | |
| 247 | ln -s kernel ${ISOROOT}/boot/kernel.$${kernconf}/kernel.BOOTP; \ | |
| 248 | rm -rf ${ISOROOT}/boot/kernel.$${kernconf}.old; \ | |
| 588a679c | 249 | done |
| 365948c8 | 250 | .if ${MACHINE_ARCH} == "i386" |
| eaa04e9b SW |
251 | mv ${ISOROOT}/boot/kernel.GENERIC ${ISOROOT}/boot/kernel.UP |
| 252 | mv ${ISOROOT}/boot/kernel.GENERIC_SMP ${ISOROOT}/boot/kernel.SMP | |
| 365948c8 | 253 | .else |
| eaa04e9b SW |
254 | mv ${ISOROOT}/boot/kernel.X86_64_GENERIC ${ISOROOT}/boot/kernel.UP |
| 255 | mv ${ISOROOT}/boot/kernel.X86_64_GENERIC_SMP ${ISOROOT}/boot/kernel.SMP | |
| 365948c8 | 256 | .endif |
| 9e5f57ba | 257 | mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.local.dist -p ${ISOROOT}/usr/local/ |
| 6ca9a59c MD |
258 | mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.var.dist -p ${ISOROOT}/var |
| 259 | dev_mkdb -f ${ISOROOT}/var/run/dev.db ${ISOROOT}/dev | |
| 8188de86 | 260 | |
| fe70af21 MD |
261 | # The GUI build includes the pkgsrc tree (~1G+) while the nominal release |
| 262 | # build does not. | |
| 263 | # | |
| 264 | # The GUI build includes full sources while the nominal release build | |
| 265 | # only includes kernel sources (~27MB). | |
| 19d86faa | 266 | # |
| e2dbfa0b TN |
267 | srcs: |
| 268 | .if !defined(WITHOUT_SRCS) | |
| c19c746b | 269 | .if make(gui) |
| fe70af21 MD |
270 | cd ${ISOROOT}/usr && make pkgsrc-create GITHOST=${GITHOST} |
| 271 | cd ${ISOROOT}/usr && make src-create GITHOST=${GITHOST} | |
| c19c746b | 272 | .else |
| e2dbfa0b | 273 | rm -f ${ISOROOT}/usr/src-sys.tgz |
| fe70af21 | 274 | rm -f ${ISOROOT}/usr/src-sys.tar.bz2 |
| cacf78aa | 275 | cd ${.CURDIR}/.. && tar --exclude .git -s '/^\./src/' \ |
| fe70af21 MD |
276 | -cf - ./Makefile ./Makefile.inc1 ./sys | \ |
| 277 | bzip2 -9 > ${ISOROOT}/usr/src-sys.tar.bz2 | |
| c19c746b | 278 | .endif |
| 66b79064 | 279 | .endif |
| 19d86faa | 280 | |
| 5af45f85 MD |
281 | # Customize the ISO by copying rootskels in reverse priority order, |
| 282 | # building packages, and doing other post-install tasks. | |
| 283 | # | |
| 8188de86 | 284 | customizeiso: |
| 5af45f85 | 285 | # Copy the rootskels. Allow sources to be owned by someone other |
| 3cf4b4a1 | 286 | # than root (as is common when checked out via git). |
| 5af45f85 | 287 | # |
| 8188de86 MD |
288 | .for ROOTSKEL in ${ROOTSKELS} |
| 289 | cpdup -X cpignore -o ${ROOTSKEL} ${ISOROOT} | |
| 5af45f85 MD |
290 | @test -O ${.CURDIR} || echo "chowning copied files to root:wheel" |
| 291 | @test -O ${.CURDIR} || ((cd ${ROOTSKEL} && find .) | fgrep -v cpignore | (cd ${ISOROOT} && xargs chown root:wheel)) | |
| 8188de86 | 292 | .endfor |
| 7249926b | 293 | pwd_mkdb -p -d ${ISOROOT}/etc ${ISOROOT}/etc/master.passwd |
| 4fba3387 CP |
294 | .for UPGRADE_ITEM in Makefile \ |
| 295 | etc.${MACHINE_ARCH} \ | |
| 296 | isdn/Makefile \ | |
| 297 | rc.d/Makefile \ | |
| 298 | periodic/Makefile \ | |
| 299 | periodic/daily/Makefile \ | |
| 300 | periodic/security/Makefile \ | |
| 301 | periodic/weekly/Makefile \ | |
| 302 | periodic/monthly/Makefile | |
| 303 | cp -R ${.CURDIR}/../etc/${UPGRADE_ITEM} ${ISOROOT}/etc/${UPGRADE_ITEM} | |
| 304 | .endfor | |
| 8abe78a1 MD |
305 | # |
| 306 | # Setup some things & mount pkgsrc tree. Use defensive umounts and | |
| 307 | # rm -rf's to allow restarts. Allow /usr/pkgsrc to be read-only. | |
| 308 | # | |
| 309 | # If we did not get past the bootstrap we clean out the entire | |
| 310 | # /usr/pkg infrastructure. Otherwise we attempt to pick up where | |
| 311 | # we left off. | |
| 312 | # | |
| fbc26094 | 313 | cp -p /etc/resolv.conf ${ISOROOT}/etc |
| cc55a235 | 314 | ${CHROOT_CMD} "ldconfig -elf /usr/lib /usr/lib/gcc* /usr/lib/compat" |
| 8abe78a1 MD |
315 | -@umount ${ISOROOT}/usr/pkgsrc/distfiles |
| 316 | -@umount ${ISOROOT}/usr/pkgsrc | |
| 45e80934 | 317 | -@umount ${ISOROOT}/dev |
| 8abe78a1 MD |
318 | mkdir -p ${ISODIR}/distfiles |
| 319 | rm -rf ${ISOROOT}/usr/pkgobj | |
| 8abe78a1 | 320 | # |
| 1eeae16f MD |
321 | # Mount /usr/pkgsrc, make sure /usr/pkgsrc/distfiles is writable. |
| 322 | # Make /usr/pkgsrc read-only for safety, else a failed umount and | |
| 323 | # our rm -rf will do bad things. | |
| 8abe78a1 MD |
324 | # |
| 325 | mkdir -p ${ISOROOT}/usr/pkgobj | |
| 3aa2328e | 326 | mkdir -p ${ISOROOT}/usr/pkgobj/bootstrap |
| 8abe78a1 | 327 | mkdir -p ${ISOROOT}/usr/pkgsrc |
| 1eeae16f | 328 | mount_null -o ro ${PKGSRC_PATH} ${ISOROOT}/usr/pkgsrc |
| 0c5de895 | 329 | mount_null /dev ${ISOROOT}/dev |
| 5af45f85 MD |
330 | cp /etc/shells ${ISOROOT}/usr/pkgsrc/distfiles/.test > /dev/null 2>&1 \ |
| 331 | || mount_null ${ISODIR}/distfiles ${ISOROOT}/usr/pkgsrc/distfiles | |
| 8abe78a1 | 332 | # |
| 5af45f85 | 333 | # Bootstrap, if not already installed, and add licenses needed |
| ee3561ee | 334 | # for the gui release |
| 8abe78a1 | 335 | # |
| c19c746b MD |
336 | test -e ${ISODIR}/.didbootstrap || \ |
| 337 | rm -rf ${ISOROOT}/usr/pkg ${ISOROOT}/var/db/pkg \ | |
| 338 | ${ISOROOT}/var/db/pkg.refcount | |
| 339 | test -e ${ISODIR}/.didbootstrap || \ | |
| 340 | ${CHROOT_CMD} "cd /usr/pkgsrc/bootstrap; \ | |
| de863bf0 | 341 | export share_dir=/usr/pkgobj/bootstrap/work/share; \ |
| 8abe78a1 | 342 | ./bootstrap --workdir /usr/pkgobj/bootstrap/work" |
| c19c746b MD |
343 | test -e ${ISODIR}/.didbootstrap || \ |
| 344 | echo ".ifdef BSD_PKG_MK # added by nrelease" \ | |
| ee3561ee | 345 | >> ${ISOROOT}/usr/pkg/etc/mk.conf |
| c19c746b | 346 | test -e ${ISODIR}/.didbootstrap || \ |
| 45785050 SW |
347 | echo "PKG_DEFAULT_OPTIONS='dri inet6'" \ |
| 348 | >> ${ISOROOT}/usr/pkg/etc/mk.conf | |
| 349 | .if make(gui) | |
| 350 | test -e ${ISODIR}/.didbootstrap || \ | |
| c19c746b | 351 | echo "ACCEPTABLE_LICENSES+=openmotif-license" \ |
| ee3561ee | 352 | >> ${ISOROOT}/usr/pkg/etc/mk.conf |
| c19c746b MD |
353 | test -e ${ISODIR}/.didbootstrap || \ |
| 354 | echo "ACCEPTABLE_LICENSES+=vim-license" \ | |
| ee3561ee | 355 | >> ${ISOROOT}/usr/pkg/etc/mk.conf |
| 45785050 | 356 | .endif |
| c19c746b MD |
357 | test -e ${ISODIR}/.didbootstrap || \ |
| 358 | echo ".endif # added by nrelease" \ | |
| ee3561ee | 359 | >> ${ISOROOT}/usr/pkg/etc/mk.conf |
| c19c746b MD |
360 | test -e ${ISODIR}/.didbootstrap || sync |
| 361 | test -e ${ISODIR}/.didbootstrap || touch ${ISODIR}/.didbootstrap | |
| 8abe78a1 MD |
362 | # |
| 363 | # Build and install packages, skip packages already installed | |
| 364 | # | |
| bce110a5 | 365 | .for PKG in ${PKGSRC_PACKAGES} |
| 8abe78a1 | 366 | ${CHROOT_CMD} "cd /usr/pkgsrc/${PKG} && \ |
| 3fff415b SW |
367 | (bmake check > /dev/null 2>&1 || \ |
| 368 | bmake ${PKGSRC_OPTIONS} clean build install)" | |
| 8188de86 | 369 | .endfor |
| 8abe78a1 | 370 | # |
| 31d5c88c SW |
371 | # Remove packages which nothing depends on, add a whatis database |
| 372 | # for pkgsrc manual pages, create an initial locate database and | |
| 373 | # clean up | |
| 8abe78a1 | 374 | # |
| cc55a235 | 375 | ${CHROOT_CMD} "pkg_leaves | xargs pkg_delete -R" |
| 31d5c88c | 376 | ${CHROOT_CMD} "makewhatis /usr/pkg/man" |
| 8abe78a1 | 377 | -umount ${ISOROOT}/usr/pkgsrc/distfiles |
| fbc26094 | 378 | umount ${ISOROOT}/usr/pkgsrc |
| 589a5738 | 379 | rm -rf ${ISOROOT}/usr/pkgobj |
| fbc26094 | 380 | rm -f ${ISOROOT}/etc/resolv.conf |
| 31d5c88c SW |
381 | ${CHROOT_CMD} /etc/periodic/weekly/310.locate |
| 382 | umount ${ISOROOT}/dev | |
| c843f8b0 | 383 | # |
| d68fa6c5 MD |
384 | # Recopy files that pkgsrc may have updated in /etc into /etc.hdd |
| 385 | # | |
| 386 | cpdup ${ISOROOT}/etc/shells ${ISOROOT}/etc.hdd/shells | |
| 387 | cpdup ${ISOROOT}/etc/group ${ISOROOT}/etc.hdd/group | |
| 388 | ||
| 389 | # no iso is generated for gui builds, just img. | |
| 390 | # | |
| 6ca9a59c | 391 | mkiso: |
| c843f8b0 | 392 | .if !make(gui) |
| bce110a5 | 393 | ( cd ${ISOROOT}; ${PKGBIN_MKISOFS} -b boot/cdboot -no-emul-boot \ |
| 74ec6a9d | 394 | -R -J -o ${ISOFILE} \ |
| 64bba8c7 | 395 | -V "DragonFly `${.CURDIR}/../tools/gitrev.sh | cut -c -22`" . ) |
| c843f8b0 | 396 | .endif |
| b9c3e754 MN |
397 | |
| 398 | mkimg: | |
| 60b68cbb | 399 | if [ ! -d ${IMGMNT} ]; then mkdir -p ${IMGMNT}; fi |
| 9a122c9a MD |
400 | -if [ -f ${ISODIR}/vn.which ]; then umount ${IMGMNT}; \ |
| 401 | vnconfig -u `cat ${ISODIR}/vn.which`; fi | |
| fe70af21 MD |
402 | .ifdef IMGSIZE |
| 403 | @echo "STEP: use an image size of ${IMGSIZE} 512-byte sectors" | |
| 404 | rm -f ${IMGFILE} | |
| 405 | sz=`bc -e "((${IMGSIZE}) * 512)" -equit`; truncate -s $${sz} ${IMGFILE} | |
| 406 | .else | |
| 407 | @echo "STEP: determine required image size in 1GB steps" | |
| 60b68cbb | 408 | sz=`du -ck ${ISOROOT} | tail -n 1 | cut -f 1`; \ |
| c843f8b0 | 409 | sz=`bc -e "(($${sz}) * 1.15 + 999999) / 1000000" -equit | \ |
| fe70af21 | 410 | cut -f1 -d.`; \ |
| c843f8b0 | 411 | sz=`bc -e "(($${sz}) * 953)" -equit | cut -f1 -d.`; \ |
| fe70af21 MD |
412 | rm -f ${IMGFILE}; \ |
| 413 | truncate -s $${sz}M ${IMGFILE}; | |
| 414 | .endif | |
| 9a122c9a MD |
415 | fdisk -IB -p ${IMGFILE} |
| 416 | @echo "STEP: determine free vn device" | |
| 417 | vnconfig -l | grep "not in use" | head -n 1 | \ | |
| 418 | cut -f 1 -d: > ${ISODIR}/vn.which | |
| 419 | vnconfig -e -s labels `cat ${ISODIR}/vn.which` ${IMGFILE} | |
| 420 | @echo "STEP: write standard disklabel" | |
| 421 | disklabel -w -r `cat ${ISODIR}/vn.which`s1 auto | |
| 422 | @echo "STEP: read disklabel back" | |
| 423 | disklabel -r `cat ${ISODIR}/vn.which`s1 > ${IMGFILE}.label | |
| 424 | @echo "STEP: determine number of sectors of whole disk" | |
| 60b68cbb | 425 | secs=`tail -n 1 ${IMGFILE}.label | cut -f 3 -w`; \ |
| 9a122c9a MD |
426 | echo " a: $${secs} 0 4.2BSD" >> ${IMGFILE}.label; |
| 427 | @echo "STEP: write modified disklabel back" | |
| 428 | disklabel -R -r `cat ${ISODIR}/vn.which`s1 ${IMGFILE}.label | |
| 429 | rm ${IMGFILE}.label | |
| 430 | @echo "STEP: write bootsector" | |
| 431 | disklabel -B `cat ${ISODIR}/vn.which`s1 | |
| 432 | boot0cfg -B -o noupdate `cat ${ISODIR}/vn.which` | |
| 433 | newfs /dev/`cat ${ISODIR}/vn.which`s1a | |
| 434 | mount /dev/`cat ${ISODIR}/vn.which`s1a ${IMGMNT} | |
| 435 | cpdup ${ISOROOT} ${IMGMNT} | |
| 436 | @echo "STEP: fixup ${IMGMNT}/etc/fstab" | |
| e36bedaf | 437 | echo "/dev/${IMGUSBDEV}s1a / ufs rw,noatime 0 1" > ${IMGMNT}/etc/fstab |
| 9a122c9a MD |
438 | echo "proc /proc procfs rw 0 0" >> ${IMGMNT}/etc/fstab |
| 439 | @echo "STEP: fixup ${IMGMNT}/boot/loader.conf" | |
| 440 | -fgrep -v kernel_options ${IMGMNT}/boot/loader.conf > ${IMGMNT}/boot/loader.conf.new | |
| 441 | echo 'vfs.root.mountfrom="ufs:${IMGUSBDEV}s1a"' >> ${IMGMNT}/boot/loader.conf.new | |
| 442 | mv ${IMGMNT}/boot/loader.conf.new ${IMGMNT}/boot/loader.conf | |
| 443 | @echo "STEP: cleanup" | |
| 444 | df ${IMGMNT} | |
| 445 | umount ${IMGMNT} | |
| 446 | vnconfig -u `cat ${ISODIR}/vn.which` | |
| 447 | rm -f ${ISODIR}/vn.which | |
| 60b68cbb | 448 | rmdir ${IMGMNT} |
| 9a122c9a | 449 | @echo "STEP: done" |
| b9c3e754 | 450 | |
| 6ca9a59c | 451 | clean: |
| c19c746b MD |
452 | -umount ${ISOROOT}/usr/pkgsrc/distfiles > /dev/null 2>&1 |
| 453 | -umount ${ISOROOT}/usr/pkgsrc > /dev/null 2>&1 | |
| 9a122c9a MD |
454 | -umount ${ISOROOT}/dev > /dev/null 2>&1 |
| 455 | -if [ -f ${ISODIR}/vn.which ]; then umount ${IMGMNT}; \ | |
| 456 | vnconfig -u `cat ${ISODIR}/vn.which`; fi | |
| 6ca9a59c | 457 | if [ -d ${ISOROOT} ]; then chflags -R noschg ${ISOROOT}; fi |
| c19c746b MD |
458 | rm -rf ${ISOROOT} |
| 459 | rm -rf ${NRLOBJDIR}/nrelease | |
| 9a122c9a | 460 | rm -f ${ISODIR}/.didbootstrap ${ISODIR}/vn.which |
| 6ca9a59c MD |
461 | |
| 462 | realclean: clean | |
| 3ebedc5e | 463 | rm -rf ${OBJSYS}/${KERNCONF} |
| 8abe78a1 | 464 | # |
| bce110a5 MD |
465 | # do not use PKGSRC_PKG_PATH here, we do not want to destroy an |
| 466 | # override location. | |
| 8abe78a1 | 467 | # |
| c19c746b MD |
468 | rm -rf ${ISODIR}/packages |
| 469 | rm -rf ${ISODIR}/distfiles | |
| 6ca9a59c | 470 | |
| bce110a5 | 471 | pkgsrc_bootstrap: |
| 0936984e | 472 | mkdir -p /usr/release/bootstrap |
| de863bf0 MD |
473 | (cd ${PKGSRC_PATH}/bootstrap; \ |
| 474 | export share_dir=/usr/release/bootstrap/share; \ | |
| 475 | ./bootstrap --workdir /usr/release/bootstrap) | |
| bce110a5 | 476 | |
| bce110a5 MD |
477 | pkgsrc_cdrecord: |
| 478 | .if !exists (${PKGBIN_MKISOFS}) | |
| 0936984e | 479 | (cd ${PKGSRC_PATH}/sysutils/cdrtools; bmake clean build install) |
| bce110a5 | 480 | .endif |
| cc224c64 | 481 | |
| e2dbfa0b | 482 | help all: |
| 5af45f85 MD |
483 | @echo "make [gui] release - complete build from scratch" |
| 484 | @echo "make [gui] quick - attempt to do an incremental rebuild" | |
| 485 | @echo "make [gui] realquick - attempt to restart after world & kernel" | |
| 486 | @echo "make [gui] restartpkgs - attempt to restart at the pkg building stage" | |
| 8abe78a1 | 487 | @echo "" |
| fe70af21 MD |
488 | @echo "PKGSRC_EXTRA_PACKAGES may be used to add additional pkgs" |
| 489 | @echo "GITHOST may be used to override git.dragonflybsd.org" | |
| 490 | @echo "IMGSIZE may be used to override the .img (in 512-byte sectors)" | |
| 588a679c | 491 | |
| e2dbfa0b TN |
492 | .PHONY: release quickrel realquickrel |
| 493 | .PHONY: installer | |
| 9b29c40a | 494 | .PHONY: quick realquick |
| e2dbfa0b | 495 | .PHONY: check buildworld1 buildworld2 |
| 31d5c88c | 496 | .PHONY: buildkernel1 buildkernel2 buildiso customizeiso mkiso mkimg |
| 796fd273 | 497 | .PHONY: clean realclean help all srcs |
| cc224c64 | 498 | |
| 6ca9a59c | 499 | .include <bsd.prog.mk> |