Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156673658
D8287.id21512.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8287.id21512.diff
View Options
Index: gnu/lib/Makefile
===================================================================
--- gnu/lib/Makefile
+++ gnu/lib/Makefile
@@ -8,13 +8,10 @@
SUBDIR.${MK_DIALOG}+= libdialog
SUBDIR.${MK_GCC}+= libgcov libgomp
+SUBDIR.${MK_GDB}+= libreadline
SUBDIR.${MK_SSP}+= libssp
SUBDIR.${MK_TESTS}+= tests
-.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no"
-SUBDIR+= libreadline
-.endif
-
# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
.if ${MK_GNUCXX} != "no"
Index: gnu/usr.bin/Makefile
===================================================================
--- gnu/usr.bin/Makefile
+++ gnu/usr.bin/Makefile
@@ -10,18 +10,14 @@
.if ${MK_CXX} != "no"
SUBDIR.${MK_GCC}+= gperf
-SUBDIR.${MK_GROFF}+= groff
.endif
SUBDIR.${MK_BINUTILS}+= binutils
SUBDIR.${MK_DIALOG}+= dialog
-
-.if ${MK_BINUTILS} != "no"
-SUBDIR.${MK_GDB}+= gdb
-.endif
-
SUBDIR.${MK_GCC}+= cc
+SUBDIR.${MK_GDB}+= gdb
SUBDIR.${MK_GPL_DTC}+= dtc
+SUBDIR.${MK_GROFF}+= groff
SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 2:33 PM (16 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33133303
Default Alt Text
D8287.id21512.diff (1 KB)
Attached To
Mode
D8287: Move MK_GDB condition out of MK_BINUTILS
Attached
Detach File
Event Timeline
Log In to Comment