Merge branch 'minor_cleanup' into 'master'
Two minor build system cleanups See merge request redox-os/redox!1369
This commit is contained in:
commit
a55f8bfab0
4
Makefile
4
Makefile
|
@ -95,10 +95,6 @@ gdb: FORCE
|
||||||
# An empty target
|
# An empty target
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
# Gzip any binary
|
|
||||||
%.gz: %
|
|
||||||
gzip -k -f $<
|
|
||||||
|
|
||||||
# Wireshark
|
# Wireshark
|
||||||
wireshark: FORCE
|
wireshark: FORCE
|
||||||
wireshark $(BUILD)/network.pcap
|
wireshark $(BUILD)/network.pcap
|
||||||
|
|
|
@ -6,8 +6,7 @@ ifeq ($(PODMAN_BUILD),1)
|
||||||
else
|
else
|
||||||
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
||||||
$(HOST_CARGO) build --manifest-path installer/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 --bin redoxfs-mkfs
|
||||||
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release --bin redoxfs-mkfs
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
touch $@
|
touch $@
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue