Skip to content

Commit

Permalink
xnu-10002.41.9
Browse files Browse the repository at this point in the history
Imported from xnu-10002.41.9.tar.gz
  • Loading branch information
AppleOSSDistributions committed Nov 1, 2023
1 parent 1031c58 commit 699cd48
Show file tree
Hide file tree
Showing 189 changed files with 5,052 additions and 5,234 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,6 @@ TOP_TARGETS += \
install_textfiles \
install_config

ifeq ($(BUILD_JSON_COMPILATION_DATABASE),1)
MAKEARGS += -B
DEFAULT_TARGET := build
endif

.PHONY: $(TOP_TARGETS)

default: $(DEFAULT_TARGET)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Other makefile options
* $ make BUILD_LTO=0 # build without LLVM Link Time Optimization
* $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build
* $ make REMOTEBUILD=user@remotehost # perform build on remote host
* $ make BUILD_JSON_COMPILATION_DATABASE=1 # Build Clang JSON Compilation Database

The XNU build system can optionally output color-formatted build output. To enable this, you can either
set the `XNU_LOGCOLORS` environment variable to `y`, or you can pass `LOGCOLORS=y` to the make command.
Expand Down
4 changes: 0 additions & 4 deletions SETUP/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@ SETUP_SUBDIRS = \
installfile \
replacecontents

ifeq ($(BUILD_JSON_COMPILATION_DATABASE),1)
SETUP_SUBDIRS += json_compilation_db
endif

include $(MakeInc_rule)
include $(MakeInc_dir)
30 changes: 0 additions & 30 deletions SETUP/json_compilation_db/Makefile

This file was deleted.

199 changes: 0 additions & 199 deletions SETUP/json_compilation_db/json_compilation_db.c

This file was deleted.

1 change: 0 additions & 1 deletion bsd/conf/files
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ bsd/net/flowadv.c optional networking
bsd/net/content_filter.c optional content_filter
bsd/net/content_filter_crypto.c optional content_filter
bsd/net/packet_mangler.c optional packet_mangler
bsd/net/if_llatbl.c optional networking
bsd/net/nwk_wq.c optional networking
bsd/net/skmem_sysctl.c optional skywalk
bsd/net/restricted_in_port.c optional networking
Expand Down
Loading

0 comments on commit 699cd48

Please sign in to comment.