Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This flag indicates to dereference top-level symlinks. (If non
top-level symlinks should be stat()ed as well, the
WALK_TREE_DEREFERENCE flag must be specified.)
|
|
|
|
|
|
|
|
|
|
|
|
Clarify some license notices to specifically refer to GPLv2+ instead of only
referring to GPL without version. (Most of the sloppy license headers slipped
in unnoticed; the changes were acked by Felix Blyakher <felixb@sgi.com> on
behalf of SGI on 8 April 2009.)
Add license headers to a number of small files which were only licenses as
GPLv2+ implicitly so far.
Refer to this package as "this program" rather than "Attr" throughout the
license notices; this simplifies sharing files among packages.
|
|
Some of the license notices added in commit f36cdfd are wrongly referring
to GPLv2.1. This is wrong; the proper licenses that the notices should refer
to are GPLv2, and LGPLv2.1. Fix this mistake.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
|
|
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
|
|
Recent versions of libtool behave slightly differently, which causes some
breakage in how libtoolize was used here. Make sure that libtoolize adds
the auxiliary files (config.guess and config.sub).
Move install-sh into include/ so that libtoolize does not destroy it.
Split up the ``make clean'' and ``make distclean'' targets: the former
removes all files generated during a build. The latter removes all
files generated by libtoolize, autoconf, and configure as well.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
|
|
We dont want to generate symlinks when the libdir is the same as the
devlibdir, otherwise we clobber the real files with broken symlinks.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Nathan Scott <nscott@aconex.com>
|
|
We need the "default" target first, otherwise a simple "make -C include"
only ran the $(INCDIR) target, missing disk, and failures ensued.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@infradead.org>
|
|
This is for http://oss.sgi.com/bugzilla/show_bug.cgi?id=759
"fix parallel issue with include/ symlinks"
Doing something like "make -j2 install install-dev" would lead
to a race of removing & creating symlinks in include/
Thanks to Mike for reporting & suggesting the fix.
Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
|
|
Merge of master-melb:xfs-cmds:32514a by kenmcd.
Allow parallel builds of xfs-cmds
|
|
attr_copy_fd is a static list of exceptions for attributes that need special
treatment. The list of those attributes tends to change (slowly) with kernel
versions. We replaced the static list with a config file a while ago; this is
the patch used.
Merge of master-melb:xfs-cmds:31181a by kenmcd.
Add configurable xattr copy
|
|
Merge of master-melb:xfs-cmds:30491a by kenmcd.
walk_tree.h is not a devel package file
|
|
Merge of master-melb:xfs-cmds:30471a by kenmcd.
Add new header files to include/Makefile
|
|
Merge of master-melb:xfs-cmds:30192a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:30105a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:29016a by kenmcd.
make sure the library link respects LDFLAGS
|
|
Merge of master-melb:xfs-cmds:27984a by kenmcd.
Fix cross-compile issues with libtool and compiler.
|
|
Merge of master-melb:xfs-cmds:26825a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:26539a by kenmcd.
|
|
up-to-dated-ness tracking system (Rosetta).
Merge of master-melb:xfs-cmds:26417a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:26405a by kenmcd.
specify platform for depend flags
|
|
Merge of master-melb:xfs-cmds:25860a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:25657a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:25213a by kenmcd.
|
|
|
|
Merge of master-melb:xfs-cmds:24693a by kenmcd.
|
|
Legals preferences.
Merge of master-melb:xfs-cmds:24332a by kenmcd.
|
|
Legals preferences.
Merge of master-melb:xfs-cmds:24326a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:21594a by kenmcd.
|
|
Merge of xfs-cmds-melb:slinx:19610a by kenmcd.
|
|
|
|
acl/attr to
|
|
|
|
|
|
characters, and creates an little library for helper functions
|
|
|
|
Langasek.
|
|
kept in sync in this area.
Add an aclocal.m4 build target for top level directory.
|
|
|
|
|
|
incremental fixes from last set, and addition of symbol versioning.
|
|
Add in the new attribute copying routines from Andreas, and also update
the license info in the syscall man pages so that other folks can use em
too.
|
|
|
|
|
|
make a similar fixup for the INSTALL_MAN macro.
|