Skip to content
Snippets Groups Projects
Commit a55f8bfa authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'minor_cleanup' into 'master'

Two minor build system cleanups

See merge request redox-os/redox!1369
parents 225e4352 84bccb1d
No related branches found
No related tags found
No related merge requests found
......@@ -95,10 +95,6 @@ gdb: FORCE
# An empty target
FORCE:
# Gzip any binary
%.gz: %
gzip -k -f $<
# Wireshark
wireshark: FORCE
wireshark $(BUILD)/network.pcap
......@@ -6,8 +6,7 @@ ifeq ($(PODMAN_BUILD),1)
else
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
$(HOST_CARGO) build --manifest-path installer/Cargo.toml --release
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release --bin redoxfs
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release --bin redoxfs-mkfs
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release --bin redoxfs --bin redoxfs-mkfs
mkdir -p build
touch $@
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment