* [PATCH] Sort file lists in makefiles
@ 2025-09-09 3:48 Demi Marie Obenour
2025-09-09 14:54 ` Alyssa Ross
0 siblings, 1 reply; 2+ messages in thread
From: Demi Marie Obenour @ 2025-09-09 3:48 UTC (permalink / raw)
To: Spectrum OS Development; +Cc: Alyssa Ross, Demi Marie Obenour
No functional change.
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
---
host/rootfs/Makefile | 8 ++++----
vm/sys/net/Makefile | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/host/rootfs/Makefile b/host/rootfs/Makefile
index f677fe580f2e2be58113457e63468d97f49a49f6..e96458dba06ae31129b115b2b649962f8d88187a 100644
--- a/host/rootfs/Makefile
+++ b/host/rootfs/Makefile
@@ -54,7 +54,6 @@ FILES = \
etc/s6-linux-init/scripts/rc.init \
etc/xdg/weston/autolaunch \
etc/xdg/weston/weston.ini \
- usr/share/dbus-1/services/org.freedesktop.portal.Documents.service \
usr/bin/assign-devices \
usr/bin/create-vm-dependencies \
usr/bin/run-appimage \
@@ -63,7 +62,8 @@ FILES = \
usr/bin/vm-import \
usr/bin/vm-start \
usr/bin/vm-stop \
- usr/bin/xdg-open
+ usr/bin/xdg-open \
+ usr/share/dbus-1/services/org.freedesktop.portal.Documents.service
DIRS = \
dev \
@@ -155,8 +155,8 @@ S6_RC_FILES = \
etc/s6-rc/vmm-env/type \
etc/s6-rc/weston/dependencies \
etc/s6-rc/weston/notification-fd \
- etc/s6-rc/weston/type \
- etc/s6-rc/weston/run
+ etc/s6-rc/weston/run \
+ etc/s6-rc/weston/type
# s6-rc-compile's input is a directory, but that doesn't play nice
# with Make, because it won't know to update if some file in the
diff --git a/vm/sys/net/Makefile b/vm/sys/net/Makefile
index e6819400b2079e3eaa9d24737b2fc4b816a592c8..755b145175199aa97049dbd7feadc0e76230cf30 100644
--- a/vm/sys/net/Makefile
+++ b/vm/sys/net/Makefile
@@ -39,7 +39,7 @@ VM_FILES = \
etc/s6-linux-init/run-image/service/getty-hvc0/run \
etc/s6-linux-init/scripts/rc.init \
etc/sysctl.conf
-VM_DIRS = dev etc/s6-linux-init/env run proc sys var/lib/connman
+VM_DIRS = dev etc/s6-linux-init/env proc run sys var/lib/connman
# These are separate because they need to be included, but putting
# them as make dependencies would confuse make.
---
base-commit: 8ce6039b6dde7fda98ceea018addecb8bee0e7b3
change-id: 20250908-sorting-c24fb3b2bf2a
--
Sincerely,
Demi Marie Obenour (she/her/hers)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-09 14:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09 3:48 [PATCH] Sort file lists in makefiles Demi Marie Obenour
2025-09-09 14:54 ` Alyssa Ross
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).