Do not include games or binutils by default

This commit is contained in:
Jeremy Soller 2017-04-07 21:25:16 -06:00
parent 4f329b8879
commit 0059276741
7 changed files with 0 additions and 36 deletions

6
.gitmodules vendored
View file

@ -46,15 +46,9 @@
[submodule "docgen"]
path = docgen
url = https://github.com/redox-os/docgen.git
[submodule "programs/binutils"]
path = programs/binutils
url = https://github.com/redox-os/binutils.git
[submodule "libc-artifacts"]
path = libc-artifacts
url = https://github.com/redox-os/libc-artifacts.git
[submodule "programs/games"]
path = programs/games
url = https://github.com/redox-os/games.git
[submodule "kernel"]
path = kernel
url = https://github.com/redox-os/kernel.git

View file

@ -14,11 +14,9 @@ members = [
"installer",
"kernel",
"programs/acid",
"programs/binutils",
"programs/contain",
"programs/coreutils",
"programs/extrautils",
"programs/games",
"programs/init",
"programs/ion",
"programs/netutils",

View file

@ -1,9 +0,0 @@
binutils: \
filesystem/bin/hex \
filesystem/bin/hexdump \
filesystem/bin/strings
filesystem/bin/%: programs/binutils/Cargo.toml programs/binutils/src/bin/%.rs $(BUILD)/libstd.rlib
mkdir -p filesystem/bin
$(CARGO) rustc --manifest-path $< --bin $* $(CARGOFLAGS) -o $@
$(STRIP) $@

View file

@ -1,13 +0,0 @@
games: \
filesystem/bin/baduk \
filesystem/bin/ice \
filesystem/bin/minesweeper \
filesystem/bin/reblox \
filesystem/bin/rusthello
#filesystem/bin/snake
filesystem/bin/%: programs/games/Cargo.toml programs/games/src/%/**.rs $(BUILD)/libstd.rlib
mkdir -p filesystem/bin
$(CARGO) rustc --manifest-path $< --bin $* $(CARGOFLAGS) -o $@
$(STRIP) $@

View file

@ -2,7 +2,6 @@ userspace: \
drivers \
coreutils \
extrautils \
games \
installer \
ion \
netutils \
@ -12,15 +11,12 @@ userspace: \
schemes \
filesystem/bin/acid \
filesystem/bin/contain \
filesystem/bin/redox_installer \
filesystem/bin/smith \
filesystem/bin/tar
include mk/userspace/binutils.mk
include mk/userspace/coreutils.mk
include mk/userspace/drivers.mk
include mk/userspace/extrautils.mk
include mk/userspace/games.mk
include mk/userspace/installer.mk
include mk/userspace/ion.mk
include mk/userspace/netutils.mk

@ -1 +0,0 @@
Subproject commit ce057bac70f18fe7fd004c68e58c07c1cc7174e0

@ -1 +0,0 @@
Subproject commit c4984dc276bf5776f544b5f9f6996330e3ca4b51