summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* modernize build systemMike Frysinger2014-01-133-33/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This deletes the hand rolled build system and replaces it entirely with autotools. The overall diffstat shows that this is a clear win, and it makes the package build/install like every other autotool package out there which makes the lives of distro maintainers a lot easier. This should also be faster by virtue of using a non-recursive build. Things to note: - to generate autotools: ./autogen.sh - to see full compile output: make V=1 - to build specific targets: make attr getfattr ... - to run tests: make check - to create a release: make distcheck -j Other non-developer things: - man pages are no longer compressed as this is uncommon in the autotools world and distros don't need it anyways (they already handle it automatically for most pakages) - the minor # of the shared library is now based on the package version so it'll be much bigger ... this isn't a problem, and is actually a bugfix (older releases didn't change when they should have) (Again, this is all using the standard autotool targets.)
* Makefile: add missing files to LSRCFILESBrandon Philips2009-11-191-1/+1
| | | | | | | tests/sort-getfacl-output and examples/copyperm.c were missing from respective Makefiles Signed-off-by: Brandon Philips <bphilips@suse.de>
* More license updatesAndreas Gruenbacher2009-06-081-0/+14
| | | | | Add license headers to a number of small files which were only licenses as GPLv2+ implicitly so far.
* Fix wrong license notices; add missing noticesAndreas Gruenbacher2009-03-134-0/+68
| | | | | | | | | | | Some of the license notices are referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Add missing license notices to a whole bunch of files which didn't indicate their license. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* 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.
* Merge ACL source examples update from Andreas.Nathan Scott2004-05-172-3/+3
|
* ACL update from AG - libmisc routines, numerous test updatesNathan Scott2003-07-291-13/+18
|
* An ACL userspace update from Andreas - adds in permissions copying routinesNathan Scott2003-02-262-2/+45
| | | | and symbol versioning for libacl.
* 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
|
* merging in many of Andreas changesTim Shimmin2002-02-276-0/+237
Merge of xfs-cmds-2.4.18:slinx:112840a by nathans.