CVS log for xfs-linux/Makefile

[BACK] Up to [OSS] / xfs-linux

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: o
Default branch: MAIN


Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri May 30 04:28:13 2008 UTC (5 weeks, 2 days ago) by markgw.longdrop.melbourne.sgi.com
Branches: MAIN
CVS tags: HEAD
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +0 -0 lines
test change, no diff
Merge of xfs-linux-melb:xfs-kern:31257a by kenmcd.

  test change, no diff

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue May 27 06:12:23 2008 UTC (5 weeks, 5 days ago) by tes.longdrop.melbourne.sgi.com
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
Use the generic xattr methods.

Use the generic set, get and removexattr methods and supply the s_xattr
array with fine-grained handlers.  All XFS/Linux highlevel attr handling is
rewritten from scratch and placed into fs/xfs/linux-2.6/xfs_xattr.c so
that it's separated from the generic low-level code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Merge of xfs-linux-melb:xfs-kern:31234a by kenmcd.

  Use generic set/get/remove xattr methods.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Oct 12 15:50:54 2007 UTC (8 months, 3 weeks ago) by donaldd.longdrop.melbourne.sgi.com
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Fix up xfs out-of-tree builds. (a.k.a. external modules)

Change -I include directives to find headers in the out-of-tree spot.
This allows a directory containing only xfs files to be built as:

  # make -C /path/to/kernel M=`pwd`

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Merge of xfs-linux-melb:xfs-kern:29878a by kenmcd.

  fix up out-of-tree xfs builds.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Sep 26 06:09:48 2007 UTC (9 months, 1 week ago) by donaldd.longdrop.melbourne.sgi.com
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +122 -1 lines
Remove Makefile wrappers in XFS

Makefile (and Kbuild) would include Makefile-linux-26
I doubt XFS will really still compile on 2.4; so drop that. This
moves Makefile-linux-26 into Makefile and drops Kbuild.
Also having wrappers as both Kbuild and Makefile seemed redundant
anyways.

The patch is relatively large because it renames a file, but
no functional changes.

Signed-off-by: Andi Kleen <ak@suse.de>
Merge of xfs-linux-melb:xfs-kern:29781a by kenmcd.

  Remove Makefile wrappers in XFS.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Dec 16 06:10:03 2003 UTC (4 years, 6 months ago) by cattelan
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +1 -0 lines
Fix up Makefiles and include files to deal with merged tree

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Dec 16 01:05:04 2003 UTC (4 years, 6 months ago) by cattelan
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +0 -165 lines
Move the files around to finalize the 2.4/2.6 merge
Makefile 1.56 Renamed to Makefile-linux-2.4

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Nov 21 01:49:22 2003 UTC (4 years, 7 months ago) by nathans
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
Seperate the NFS reference cache code out from xfs_rw.c to simplify management of different kernel versions.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Nov 18 00:28:45 2003 UTC (4 years, 7 months ago) by nathans
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +1 -0 lines
Enable pagebuf lock tracking via debug.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Oct 21 02:20:12 2003 UTC (4 years, 8 months ago) by nathans
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4 lines
Dont build objects which are not linked into the kernel ever.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Oct 20 04:25:52 2003 UTC (4 years, 8 months ago) by nathans
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +14 -1 lines
Enable the tracing options in XFS Makefiles.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Oct 9 04:19:33 2003 UTC (4 years, 8 months ago) by nathans
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Rename pagebuf debug option (ie. pagebuf tracing) into a generic XFS tracing option for the other XFS trace code to use too (once fixed).

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Aug 29 04:24:27 2003 UTC (4 years, 10 months ago) by nathans
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +0 -1 lines
Alternate, cleaner fix for the ENOSPC/ACL lookup problem

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Jun 27 18:04:26 2003 UTC (5 years ago) by cattelan
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +151 -0 lines
The Big Move
linux/fs/xfs/Makefile 1.157 Renamed to Makefile

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jun 27 17:17:30 2003 UTC (5 years ago) by cattelan
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +0 -78 lines
Nuking

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jul 5 03:14:21 2002 UTC (6 years ago) by nathans
Branches: MAIN
CVS tags: XFS-1_3_0pre1
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1 lines
add in some missing command rpm targets (useful for testing builds).

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Feb 26 05:24:57 2002 UTC (6 years, 4 months ago) by nathans
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +2 -8 lines
put ACL back the way it was now that Andreas has decided to rework his
Makefiles to be like ours.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Feb 26 00:08:07 2002 UTC (6 years, 4 months ago) by sandeen
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Merge up to 2.4.18-pre9
Merge of 2.4.18-xfs:slinx:111450a by nathans.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Feb 25 23:42:16 2002 UTC (6 years, 4 months ago) by nathans
Branches: MAIN
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +7 -6 lines
Merge of 2.4.18-xfs:slinx:111144a by nathans.

  replace old quota entry (which we no longer need) with an ACL rpm entry.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jul 19 11:39:31 2001 UTC (6 years, 11 months ago) by nathans
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
reorder the userspace package build order cos dmapi needs to built
before xfsdump now.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Mar 30 01:38:24 2001 UTC (7 years, 3 months ago) by nathans
Branches: MAIN
CVS tags: Release-1_0_0, Linux-2_4_5-merge
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +1 -2 lines
use the new, improved quota spec file for 3.01.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Feb 28 22:48:52 2001 UTC (7 years, 4 months ago) by tduffy
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
took pcmcia out of kernel spec and used redhat's separate one

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Feb 22 23:29:00 2001 UTC (7 years, 4 months ago) by tduffy
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
updated versions to 2.4.2

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Jan 31 00:11:53 2001 UTC (7 years, 5 months ago) by tduffy
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Merge of 2.4.1:slinx:83601a originally by tduffy on 01/30/01
  updated stuff to 2.4.1

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jan 30 05:33:35 2001 UTC (7 years, 5 months ago) by nathans
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
because of the way we build interdependent packages now, its
possible for a clean to fail if configure needs to be run -
workaround is just to continue on if this situation arises.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jan 23 06:10:08 2001 UTC (7 years, 5 months ago) by nathans
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +12 -4 lines
add the patched quota rpms into the set we generate.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jan 18 22:06:35 2001 UTC (7 years, 5 months ago) by nathans
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +3 -4 lines
bring dmapi rpms into the ProPack build.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jan 18 03:01:17 2001 UTC (7 years, 5 months ago) by nathans
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +2 -11 lines
tidy up some leftovers missed after I merged Toms ia64 changes with
my changes.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Jan 17 05:10:14 2001 UTC (7 years, 5 months ago) by tduffy
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +9 -32 lines
fixed build to be a little more sane about kernels -- also works under redhat 6.2 now since it does not use bash2isms which are not in /bin/sh under redhat 6.2 (arg)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jan 15 23:16:40 2001 UTC (7 years, 5 months ago) by tduffy
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +1 -7 lines
used kaos's suggested shell to assign ARCH to correct value

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jan 15 10:28:46 2001 UTC (7 years, 5 months ago) by tes
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4 lines
Add XFS/ACL support

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jan 15 07:29:08 2001 UTC (7 years, 5 months ago) by nathans
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +30 -6 lines
rework ProPack build for new command packaging structure.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jan 13 23:13:24 2001 UTC (7 years, 5 months ago) by tduffy
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +39 -18 lines
revamped build process to work with ia64

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 9 22:21:20 2001 UTC (7 years, 5 months ago) by tduffy
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
changed name of xfs patch from xfs-alpha to just xfs

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jan 5 19:18:23 2001 UTC (7 years, 6 months ago) by tduffy
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
updated build to work with 2.4.0 final

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jan 3 19:15:13 2001 UTC (7 years, 6 months ago) by tduffy
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
moved build stuff up to 2.4.0-prerelease (there seems to be a bug in rpm where it does not like the name linux-2.4.0-prerelease.tar.bz2 which I need to investigate -- workaround is to rename the tarball with a number right before tar.bz2 and change the spec file)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Dec 21 22:31:21 2000 UTC (7 years, 6 months ago) by tduffy
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
update build to test13-pre3

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 18 02:07:55 2000 UTC (7 years, 6 months ago) by tduffy
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +2 -3 lines
updated Makefile to test12

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Dec 7 18:25:24 2000 UTC (7 years, 7 months ago) by tduffy
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
updated the rpm build method to the new syntax for targets

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 28 02:59:23 2000 UTC (7 years, 7 months ago) by tduffy
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
updated to work with 2.4.0-test11

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Nov 2 02:21:56 2000 UTC (7 years, 8 months ago) by tduffy
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
updated rpm buiid scripts to work with test10 -- still need to fix a few patches, though

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Oct 23 21:26:54 2000 UTC (7 years, 8 months ago) by tduffy
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
updated rpm build mechanism to work with 2.4.0-test9 tree

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Sep 30 20:19:19 2000 UTC (7 years, 9 months ago) by tduffy
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
updated test5 stuff to test8

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 5 23:54:21 2000 UTC (7 years, 10 months ago) by tduffy
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +7 -1 lines
added in i586 kernel build

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 23 22:27:53 2000 UTC (7 years, 10 months ago) by tduffy
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +9 -8 lines
fixed scripts now that we have moved the test5 out of version string

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 16 07:01:21 2000 UTC (7 years, 10 months ago) by nathans
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +0 -5 lines
remove the symlink creation nonsense in the ProPack build.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 14 21:03:18 2000 UTC (7 years, 10 months ago) by tduffy
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +0 -1 lines
no longer remove _sgi_kvers_

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 14 18:43:08 2000 UTC (7 years, 10 months ago) by tduffy
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +3 -10 lines
added alsa to 2.4 kernel build, cleaned up scripts a little

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 11 00:46:03 2000 UTC (7 years, 10 months ago) by nathans
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
fix up clean & realclean for xfs cmds.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 11 00:10:54 2000 UTC (7 years, 10 months ago) by tduffy
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +6 -1 lines
build requires proc to be mounted.  if this isn't the case, we should do it

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 9 23:10:32 2000 UTC (7 years, 10 months ago) by tduffy
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
no longer delete pcmcia and ibcs because 1) ibcs does not exist 2) pcmcia is no only a tarball (like redhat)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Aug 4 23:24:02 2000 UTC (7 years, 11 months ago) by tduffy
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
updated build mechanism  closer to redhat's 2.4.0-0.10

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 3 23:12:27 2000 UTC (7 years, 11 months ago) by nathans
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
ensure temp i386 asm link is removed after xfs-cmds build completes.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Aug 2 22:18:28 2000 UTC (7 years, 11 months ago) by nathans
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +9 -5 lines
make xfs-cmds build copy binary rpm to experimental-kernel/RPMS/i386/.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 2 06:34:37 2000 UTC (7 years, 11 months ago) by nathans
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +3 -0 lines
create asm symlink if it doesn't exist for propack build.  this needs
to be revisited long-term, once xfs commands changes have stabilised,
to see what dependences we really have on stuff below this subdir.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 2 03:38:32 2000 UTC (7 years, 11 months ago) by nathans
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +15 -14 lines
plug xfs-cmds back into propack build environment.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 1 01:44:08 2000 UTC (7 years, 11 months ago) by tduffy
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
updated build scripts to 2.4.0-test5

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 14 20:47:19 2000 UTC (7 years, 11 months ago) by tduffy
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +6 -4 lines
got rid of xfs-cmds while that is being redone

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 14 20:43:31 2000 UTC (7 years, 11 months ago) by tduffy
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +3 -21 lines
cleaned up build scripts and added new config value

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 27 18:59:25 2000 UTC (8 years ago) by tduffy
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
took jalal's fixes to get xfs kernel rpm builds working

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 16 00:19:26 2000 UTC (8 years ago) by tduffy
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +6 -13 lines
changed version to 2.4.0 from 2.4.0test1 because build did not like it

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 15 01:33:37 2000 UTC (8 years ago) by tduffy
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +11 -2 lines
updated shit to work with 2.4.0-test1

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jun 9 06:40:03 2000 UTC (8 years ago) by ananth
Branches: MAIN
Merge of 2.3.99pre2-xfs:slinx:62862a originally by tduffy on 05/25/00
  Merge of slinx2.3:pingu:55929a originally by tduffy on 03/29/00
  added a few things to make slinx2.3 buildable

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>