Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160343844
D16507.id46018.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
632 B
Referenced Files
None
Subscribers
None
D16507.id46018.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 12:25 PM (16 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34253491
Default Alt Text
D16507.id46018.diff (632 B)
Attached To
Mode
D16507: build: skip the database check for the distributeworld target
Attached
Detach File
Event Timeline
Log In to Comment