This moves xfs_fs.h (ioctl stuff) into the userland build,
and we can now build without an asm link in the kernel
(we can build with a non-XFS kernel now too) - following
through on Keiths recommendation from last week.
$KERNEL is no longer a configure parameter.
Modid: 2.4.0-test1-xfs:slinx:72169a
Date: Wed Aug 16 00:01:21 PDT 2000
Workarea: snort:/build4/nathans/linux-xfs
Author: nathans
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.0-test1-xfs
Makefile - 1.18
- remove the symlink creation nonsense in the ProPack build.
cmd/xfs/CHANGELOG - 1.3
- add a list of stuff thats new since last time I updated this.
cmd/xfs/Makefile - 1.29
- add a clean target for use when configure hasn't been run before.
cmd/xfs/VERSION - 1.4
- roll point release number.
cmd/xfs/bmap/xfs_bmap.c - 1.7
- get xfs_fs.h & uuid.h from an alternate location.
cmd/xfs/configure.in - 1.11
- remove the KERNEL variable - we no longer need an XFS kernel to build
cmds.
cmd/xfs/dump/common/drive.c - 1.11
cmd/xfs/dump/common/fs.c - 1.14
cmd/xfs/dump/common/global.c - 1.11
cmd/xfs/dump/common/main.c - 1.17
- get xfs_fs.h & uuid.h from an alternate location.
cmd/xfs/dump/common/openutil.c - 1.8
- remove bogus assert & not-available include.
cmd/xfs/dump/common/util.c - 1.14
cmd/xfs/handle/handle.c - 1.3
- get xfs_fs.h & uuid.h from an alternate location.
cmd/xfs/include/Makefile - 1.8
- add xfs_fs.h.
cmd/xfs/include/builddefs.in - 1.9
- remove the KERNEL variable - we no longer need an XFS kernel to build
cmds.
cmd/xfs/include/libxfs.h - 1.9
cmd/xfs/include/platform_defs.h.in - 1.10
- we know where xfs_fs.h is coming from now.
cmd/xfs/logprint/logprint.h - 1.6
- fix XFS_ERROR botch.
cmd/xfs/mkfile/xfs_mkfile.c - 1.7
- get xfs_fs.h & uuid.h from an alternate location.
cmd/xfs/sim/mkfs/Makefile - 1.2
cmd/xfs/sim/repair/Makefile - 1.2
cmd/xfs/sim/src/Makefile - 1.81
- need to set KERNEL explicitly here now.
|