[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TAKE - userspace build, Alpha syscalls



This allows the configure path-options to be used and simplifies the
configure scripts a 'lil bit in doing so.  It'd be a good idea to do
a "make distclean" when rebuilding these for the configure.in update
to take effect.  Hopefully nothing will break here, but it might ...
let me know.

The extended attribute and ACL userspace tools should start working
for Alpha users now (the syscall numbers have been assigned on 2.5;
for 2.4 you'd need to backport the syscall table updates, as is the
case for most other architectures).

cheers.


Date:  Thu Jul  4 21:16:49 PDT 2002
Workarea:  snort.melbourne.sgi.com:/home/nathans/linux-xfs

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs


Modid:  xfs-cmds:slinx:122627a
cmd/attr/libattr/Makefile - 1.9
cmd/attr/libattr/syscalls.c - 1.13
	- Add in syscall numbers for the Alpha architecture; bump the
	  library .so version number (1.0.0->1.0.1).

cmd/acl/configure.in - 1.17
cmd/acl/Makepkgs - 1.6
cmd/acl/Makefile - 1.13
cmd/acl/VERSION - 1.31
cmd/acl/doc/CHANGES - 1.36
cmd/acl/build/rpm/acl.spec.in - 1.7
cmd/acl/include/builddefs.in - 1.20
cmd/acl/debian/changelog - 1.26
cmd/acl/debian/rules - 1.8
cmd/attr/configure.in - 1.9
cmd/attr/Makepkgs - 1.5
cmd/attr/Makefile - 1.8
cmd/attr/VERSION - 1.20
cmd/attr/doc/CHANGES - 1.23
cmd/attr/build/rpm/attr.spec.in - 1.9
cmd/attr/include/builddefs.in - 1.17
cmd/attr/debian/changelog - 1.21
cmd/attr/debian/rules - 1.7
cmd/xfsprogs/configure.in - 1.13
cmd/xfsprogs/Makepkgs - 1.6
cmd/xfsprogs/Makefile - 1.13
cmd/xfsprogs/VERSION - 1.49
cmd/xfsprogs/doc/CHANGES - 1.72
cmd/xfsprogs/build/rpm/xfsprogs.spec.in - 1.12
cmd/xfsprogs/include/builddefs.in - 1.22
cmd/xfsprogs/debian/changelog - 1.47
cmd/xfsprogs/debian/rules - 1.13
cmd/xfsdump/configure.in - 1.19
cmd/xfsdump/Makepkgs - 1.4
cmd/xfsdump/Makefile - 1.9
cmd/xfsdump/VERSION - 1.34
cmd/xfsdump/doc/CHANGES - 1.42
cmd/xfsdump/build/rpm/xfsdump.spec.in - 1.10
cmd/xfsdump/include/builddefs.in - 1.17
cmd/xfsdump/debian/changelog - 1.24
cmd/xfsdump/debian/rules - 1.7
cmd/dmapi/configure.in - 1.14
cmd/dmapi/Makepkgs - 1.5
cmd/dmapi/Makefile - 1.7
cmd/dmapi/VERSION - 1.14
cmd/dmapi/doc/CHANGES - 1.13
cmd/dmapi/build/rpm/dmapi.spec.in - 1.12
cmd/dmapi/include/builddefs.in - 1.16
cmd/dmapi/debian/changelog - 1.14
cmd/dmapi/debian/rules - 1.6
cmd/dmapi/include/buildmacros - 1.4
cmd/xfsprogs/include/buildmacros - 1.4
cmd/acl/include/buildmacros - 1.4
cmd/attr/include/buildmacros - 1.4
cmd/xfsdump/include/buildmacros - 1.4
	- Build infrastructure updates so that configure options can be used to
	  specify paths rather than semi-hard-coded path names controlled by the
	  PREFIX/ROOT_PREFIX environment variables; eg. now allows /lib64 and
	  /lib32 as alternate library install paths, which some folks need.