Projet

Général

Profil

« Précédent | Suivant » 

Révision 257549ed

Ajouté par Ermal il y a presque 10 ans

Provide an option to build and install includes same as --build-pfPorts does

Voir les différences:

builder_scripts/build.sh
160 160
	--disable-memorydisks)
161 161
		BUILDACTION="disablememorydisk"
162 162
	;;
163
	--includes)
164
		BUILDACTION="includes"
165
	;;
163 166
	all|*iso*|*ova*|*memstick*|*memstickserial*|*nanobsd*|*nanobsd-vga*|*fullupdate*)
164 167
		BUILDACTION="images"
165 168
		IMAGETYPE="${1}"
......
232 235
	images)
233 236
		# It will be handled below
234 237
	;;
238
	includes)
239
		update_freebsd_sources_and_apply_patches
240
		echo "==> Starting make includes operation..."
241
		( cd $SRCDIR && env SRCCONF=${SRC_CONF} make includes ) | egrep -wi '(^>>>|error)'
242
	;;
235 243
	testtweet)
236 244
		post_tweet "Robots need loving too."
237 245
	;;

Formats disponibles : Unified diff