Page MenuHomeFreeBSD

D16507.id46018.diff
No OneTemporary

D16507.id46018.diff

Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ Makefile.inc1
@@ -373,6 +373,11 @@
@echo ".export ${_TOOLCHAIN_METADATA_VARS}" >> ${.TARGET}
@echo ".export ${_TOOLCHAIN_METADATA_VARS:C,^,X_,}" >> ${.TARGET}
+# Do not check the host database for distributeworld since this target is used
+# to generate install media that will be installed elsewhere.
+.if make(distributeworld)
+DB_FROM_SRC= yes
+.endif
# We must do lib/ and libexec/ before bin/ in case of a mid-install error to
# keep the users system reasonably usable. For static->dynamic root upgrades,

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 23, 4:21 PM (3 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34253491
Default Alt Text
D16507.id46018.diff (632 B)

Event Timeline