Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-13 | Fix some GNU/Hurd build issues for some Debian people porting to that platform. | Nathan Scott | 1 | -1/+1 | |
2003-07-21 | attr updates from Andreas - emphasis on improved handling of special ↵ | Nathan Scott | 3 | -2/+14 | |
characters, and creates an little library for helper functions | |||||
2003-07-07 | Dont rebuild .pot file always, for fresh checkouts it will be readonly | Nathan Scott | 1 | -2/+2 | |
2003-07-07 | Fix userspace build so that msgmerge is not always run. Originally by Steve ↵ | Nathan Scott | 1 | -3/+6 | |
Langasek. | |||||
2003-04-29 | Bunch of configure updates for acl/attr to allow packages to better be | Nathan Scott | 3 | -5/+3 | |
kept in sync in this area. Add an aclocal.m4 build target for top level directory. | |||||
2003-04-16 | Keep build files in sync -- merge Russells whitespace changes to other files. | Nathan Scott | 2 | -17/+17 | |
2003-03-31 | Minor userspace build changes, keeping packages in sync. | Nathan Scott | 2 | -5/+6 | |
2003-02-26 | Another extended attributes userspace patch from AndreasG - several small | Nathan Scott | 2 | -2/+5 | |
incremental fixes from last set, and addition of symbol versioning. | |||||
2003-02-25 | New attr userspace package - transition to the trusted namespace for XFS, | Nathan Scott | 4 | -1/+65 | |
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. | |||||
2003-02-17 | Fix build issue when gettext is disable via configure. | Nathan Scott | 1 | -0/+1 | |
2003-02-10 | Revert INSTALL_MAN buildmacro change - dopey, was causing install hangs. | Nathan Scott | 1 | -1/+1 | |
2003-02-06 | Push Steves INSTALL_LINGUAS shell macro fix to other buildmacros files, and | Nathan Scott | 1 | -5/+7 | |
make a similar fixup for the INSTALL_MAN macro. | |||||
2002-11-30 | attr package I18N changes. | Nathan Scott | 5 | -34/+120 | |
2002-07-16 | Use rpmbuild for building rpms | Eric Sandeen | 1 | -0/+1 | |
2002-07-05 | Build infrastructure updates so that configure options can be used to | Nathan Scott | 2 | -20/+23 | |
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. | |||||
2002-06-04 | Update copyright dates (again) | Eric Sandeen | 4 | -4/+4 | |
2002-06-04 | Undoes mod: xfs-cmds:slinx:120772a | Eric Sandeen | 4 | -4/+4 | |
Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod. | |||||
2002-06-04 | Update copyright dates | Eric Sandeen | 4 | -4/+4 | |
2002-05-14 | Add CPPFLAGS to compiler flags | Eric Sandeen | 1 | -1/+1 | |
2002-04-13 | bump version number, build updates to fix a cflags propogation issue | Nathan Scott | 2 | -11/+11 | |
which was recently introduced. | |||||
2002-04-05 | incorporate Andreas' makedepend realtive-path change everywhere. | Nathan Scott | 1 | -4/+10 | |
2002-04-05 | missed an update here at some point.. | Nathan Scott | 3 | -152/+181 | |
2002-04-01 | fix INSTALL_MAN macro so that mandoc style man pages are grokked also. | Nathan Scott | 1 | -30/+34 | |
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112535a by nathans. | Nathan Scott | 1 | -3/+3 | |
merge with AndreasG latest snapshot - long options, rename a couple of options to his prefered letters, -5 is gone, use ntfw instead of doing it ourselves. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112402a by nathans. | Nathan Scott | 1 | -1/+1 | |
remove -Wsign-compare option. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112273a by nathans. | Nathan Scott | 3 | -5/+10 | |
sync up with patch from AndreasG, mainly creates libattr.rpm/deb. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:111138a by nathans. | Nathan Scott | 4 | -149/+123 | |
bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project. | |||||
2001-10-30 | No Message Supplied | Dean Roehrich | 1 | -16/+17 | |
2001-08-01 | add -fno-strict-aliasing for shared lib objects, rationalise multiple | Nathan Scott | 1 | -6/+8 | |
dirt entries and cosmetic change in libtool macro ordering. | |||||
2001-07-31 | I noticed that my programs were not linking with the shared libs. Apparently | Dean Roehrich | 1 | -1/+5 | |
if you say something like (from the dmapi tests stuff): gcc -g -O2 -o dm_handle dm_handle.o libdmtest.a -ldm -lhandle it will link with whatever it finds in /usr/lib. If there are no shared libs there then it'll link with the static libs. When I add a symlink to make libdm.so and libhandle.so appear in /usr/lib then I am able to link to the shared libs. No Message Supplied | |||||
2001-07-26 | use the same symlink trick we just put int for .a, in the .la install case. | Nathan Scott | 1 | -6/+5 | |
2001-07-25 | change the so_dot_version mode back to 644 | Dean Roehrich | 1 | -1/+1 | |
2001-07-24 | fix the AC_ARG_ENABLE macro for --enable-shared. | Dean Roehrich | 1 | -2/+8 | |
2001-07-23 | install static libs and libtool archives into /usr/lib, not /lib. | Nathan Scott | 1 | -4/+5 | |
2001-07-20 | merge Deans changes to libtool build/install process from dmapi into the | Nathan Scott | 1 | -14/+13 | |
other XFS packages. | |||||
2001-07-18 | install the right libtool archive this time. | Nathan Scott | 2 | -2/+3 | |
2001-07-16 | updates to integrate libtool into the build throughout the package. | Nathan Scott | 2 | -59/+100 | |
2001-05-09 | remove -Wno-parentheses - compiles fine without it. | Nathan Scott | 1 | -2/+2 | |
2001-04-25 | bump the revision number. | Nathan Scott | 3 | -84/+112 | |
2001-02-09 | No Message Supplied | Andrew Gildfind | 1 | -2/+1 | |
2001-01-15 | initial version for reworked extended attributes build environment. | Nathan Scott | 4 | -0/+549 | |