summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Rename build/ to package/Kamil Rytarowski2013-05-181-1/+1
| | | | Keep build/ directory for out-of-source builds.
* Ugly hack to convert the man pages into htmlAndreas Gruenbacher2010-06-281-0/+7
|
* More license updatesAndreas Gruenbacher2009-05-121-5/+3
| | | | | | | | | | | | | 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.
* Libtool compatibility fix for version 1Andreas Gruenbacher2009-03-161-1/+6
| | | | | | Recent versions of libtool require the -i option for copying auxiliary files (config.sub, config.guess, install-sh, ltmain.sh), while older versions will copy those files anyway, and don't understand -i.
* Fix wrong license noticesAndreas Gruenbacher2009-03-111-1/+1
| | | | | | | | 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>
* Add copyright and license notices to lots of filesAndreas Gruenbacher2009-03-101-0/+16
| | | | Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* More libtoolize fixesAndreas Gruenbacher2009-03-101-6/+12
| | | | | | | | | | | | | | 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>
* Automake and libtool fixesAndreas Gruenbacher2009-02-271-4/+4
| | | | | | | | Remove aclocal.m4 from the repository and generate it when needed. Add the AC_PROG_LIBTOOL autoconf macro and use libtoolize according to the libtool info pages. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* Add top-level ext-tests and root-tests targetsAndreas Gruenbacher2009-02-231-3/+3
|
* attr: add make tests target and use make to run testsBrandon Philips2009-02-231-0/+4
| | | | | | | | | | The tests are difficult to run. So, this patch adds a Make target that sets up the path and runs *.test files in the test/ directory. ext specific tests can be ran from the test directory by running `make ext-tests` Signed-off-by: Brandon Philips <bphilips@suse.de>
* fix up xfs-cmds build after the parallel-festEric Sandeen2008-12-301-1/+1
| | | | | | | | | | | | | | | My big parallel build patch lost the "make configure" target. This broke Makepkgs... Now, IMHO, running configure from make is a little bass-ackwards; I'd probably prefer to have Makepkgs explicitly run: autoconf; configure --myoptions; make but for now, this adds back in a workable "make configure" target. Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de>
* Allow parallel builds of xfs-cmds.Barry Naujok2008-11-211-9/+32
| | | | | | Merge of master-melb:xfs-cmds:32514a by kenmcd. Allow parallel builds of xfs-cmds
* fix lib64 installsTim Shimmin2006-04-041-2/+3
| | | | Merge of master-melb:xfs-cmds:25657a by kenmcd.
* Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott2005-11-091-28/+0
| | | | | | Legals preferences. Merge of master-melb:xfs-cmds:24326a by kenmcd.
* attr updates from Andreas - emphasis on improved handling of special ↵Nathan Scott2003-07-211-1/+1
| | | | characters, and creates an little library for helper functions
* Bunch of configure updates for acl/attr to allow packages to better beNathan Scott2003-04-291-5/+8
| | | | | kept in sync in this area. Add an aclocal.m4 build target for top level directory.
* Another extended attributes userspace patch from AndreasG - several smallNathan Scott2003-02-261-1/+1
| | | | incremental fixes from last set, and addition of symbol versioning.
* New attr userspace package - transition to the trusted namespace for XFS,Nathan Scott2003-02-251-1/+2
| | | | | | 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.
* attr package I18N changes.Nathan Scott2002-11-301-2/+2
|
* Do a better job of cleaning up after autoconf.Nathan Scott2002-09-031-0/+1
|
* Build infrastructure updates so that configure options can be used toNathan Scott2002-07-051-2/+12
| | | | | | 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.
* Update copyright dates (again)Eric Sandeen2002-06-041-1/+1
|
* Undoes mod: xfs-cmds:slinx:120772aEric Sandeen2002-06-041-1/+1
| | | | Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.
* Update copyright datesEric Sandeen2002-06-041-1/+1
|
* Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.Nathan Scott2002-02-251-2/+2
| | | | sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
* Merge of xfs-cmds-2.4.18:slinx:111138a by nathans.Nathan Scott2002-02-251-1/+1
| | | | | bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project.
* updates to integrate libtool into the build throughout the package.Nathan Scott2001-07-161-3/+5
|
* initial version for reworked extended attributes build environment.Nathan Scott2001-01-151-0/+74