From 4c241c7400b6e9d3412b3aa9e59713e212dd9abf Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 26 Jun 1997 00:14:56 +0000 Subject: (bfloppy.ext2, rfloppy.ext2.gz): Set owner to root.wheel. Use $(bfloppy-src) as the source, rather than /. (bfloppy-src): New variable. --- release/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 9c9e614a..e82fddcc 100644 --- a/release/Makefile +++ b/release/Makefile @@ -53,9 +53,13 @@ dist-links: touch $(dist-root)/servers/exec endif +# Where to get files for the floppies from. +bfloppy-src=$(firstword $(dist-root) /) + bfloppy.ext2: mkfsimage bfloppy.copy - ./mkfsimage bfloppy.ext2 \ - / --copy-rules=$(srcdir)/bfloppy.copy \ - $(srcdir) --copy-rules=$(srcdir)/bfloppy-special.copy + ./mkfsimage $@ --owner=root.wheel \ + $(bfloppy-src) --copy-rules=$(srcdir)/bfloppy.copy \ + $(srcdir) --copy-rules=$(srcdir)/bfloppy-special.copy rfloppy.ext2.gz: mkfsimage rfloppy.copy - ./mkfsimage --compress rfloppy.ext2.gz / --copy-rules=$(srcdir)/rfloppy.copy + ./mkfsimage $@ --compress --owner=root.wheel \ + $(bfloppy-src) --copy-rules=$(srcdir)/rfloppy.copy -- cgit v1.2.3