summaryrefslogtreecommitdiffstats
path: root/release/floppies
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
committerjkh <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
commit8eb37231d4405088a481324c2ec41ac851e8d8f7 (patch)
treedc80da53186aab7c56424c2574b0cd7928930721 /release/floppies
parent3acbd3cce674dab9a0afdee1f6e50196f4585ffa (diff)
downloadFreeBSD-src-8eb37231d4405088a481324c2ec41ac851e8d8f7.zip
FreeBSD-src-8eb37231d4405088a481324c2ec41ac851e8d8f7.tar.gz
Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
Diffstat (limited to 'release/floppies')
-rw-r--r--release/floppies/boot/floppy/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/release/floppies/boot/floppy/Makefile b/release/floppies/boot/floppy/Makefile
index ffbc3e0..b6986ab 100644
--- a/release/floppies/boot/floppy/Makefile
+++ b/release/floppies/boot/floppy/Makefile
@@ -1,11 +1,12 @@
-# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
+# $Id: Makefile,v 1.1 1996/05/21 01:12:35 julian Exp $
# If this is a RELEASE, then set
# Things which without too much trouble can be considered variables
# mountpoint for filesystems.
TOP=${.CURDIR}/../../../..
+OBJTOP=${.OBJDIR}/../../../..
FS_BIN=${.CURDIR}/../..
MNT= /mnt
@@ -56,18 +57,18 @@ all: ${FS_BIN}/write_mfs_in_kernel
#
doKERNEL:
cd ${TOP}/sys/i386/conf && config -n ${KERNEL}
- cd ${TOP}/sys/compile/${KERNEL} && \
+ cd ${OBJTOP}/sys/compile/${KERNEL} && \
make depend && \
make kernel && \
#
# --==## Put a filesystem into a BOOTMFS kernel ##==--
#
-LABELDIR=${TOP}/sys/i386/boot/biosboot/obj
+LABELDIR=${OBJTOP}/sys/i386/boot/biosboot
CONF=${TOP}/sys/i386/conf
-COMPILE=${TOP}/sys/compile
+COMPILE=${OBJTOP}/sys/compile
doMFSKERN:
- rm -f ${TOP}/sys/compile/BOOTMFS/mfs_vfsops.o
+ rm -f ${OBJTOP}/sys/compile/BOOTMFS/mfs_vfsops.o
cd ${CONF} && \
fgrep -v SYSV GENERIC | \
fgrep -v pty | \
OpenPOWER on IntegriCloud