aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.bsd-lib
Commit message (Collapse)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-1/+1
| | | | | | Revert "Revert changes that moved from 1.41.14 to 1.42.9" This reverts commit 65f0aab98b20b5994a726ab90d355248bcddfffd.
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-1/+1
| | | | | | | | | | | | | | | | Revert "e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H" commit e80e74c41d85ff93f3d212ba6512340f48054a93. Revert "Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master" This reverts commit e97b2b6fc82f840e84dfc631b87f21be44ff2421, reversing changes made to 7e2fb9d09c245eba70ee008b78007315e9c0f1df. Revert "Prepare for upstream 1.42.9" This reverts commit 7e2fb9d09c245eba70ee008b78007315e9c0f1df. Bug: 13340735 Change-Id: If48b153a95ef5f69f7cdccb00e23524abff3c5a8 Signed-off-by: JP Abgrall <jpa@google.com>
* Include LDFLAGS when building BSD librariesTheodore Ts'o2012-05-111-1/+1
| | | | | | Addresses-Sourceforge-Bug: #3517272 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Add configure options --enable-symlink-build and --enable-symlink-installTheodore Ts'o2010-05-171-1/+2
| | | | | | | | | | These options allow e2fsprogs to be built using symlinks instead of hard links, and to be installed using symlinks instead of hard links, respectively. Addresses-Sourceforge-Bug: #1436294 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Fix profile, checker, and shared-library building on non-Linux platformsTheodore Ts'o2008-01-011-2/+2
| | | | | | | | | | | | Approximately two years ago a revamp of the e2fsprogs build infrastructure broke the Makefile fragments for building BSD, Solaris, and Darwin shared libraries, as well as profiling and checker libraries. Apparently no one had noticed except for pierre42@users.sourceforge.net. Addresses-Sourceforge-Bug: #1819034 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Fix the subdirs logic so it works with GNU make 3.80Theodore Ts'o2006-03-101-1/+1
| | | | | | | | | | The previous fix which fixed the problem with GNU make 3.81 building all of the library object files caused GNU make 3.80 fail because the subdirectories (such as elfshared) were not getting created. This fix should allow the Makefiles to work with both GNU make 3.80 and GNU make 3.81.
* Avoid needlessly recompilation of library objection filesTheodore Ts'o2005-12-291-3/+2
| | | | | | | | | | Fixing the problem of parallel builds sometimes not creating the library subdirectories caused library object files to get constantly recompiled. Fix this by remaping how the Makefile subdirectories decide to create the subdirectories. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Add install-strip and install-shlibs-strip targetsTheodore Ts'o2004-12-151-2/+7
| | | | | | | Use Linux-kernel-style makefile output for "make install" Update intl/Makefile.in to version from gettext 0.14.1
* Patch from Brian Bergstrand to use the correct -fPIC flag forTheodore Ts'o2004-02-291-0/+1
| | | | | | Darwin in order to get rid of the compiler warning.
* Many files:Theodore Ts'o2001-05-191-2/+2
| | | | | | Makefile.bsd-lib, Makefile.dll-lib, Makefile.elf-lib, Makefile.solaris-lib: Use $(LDCONFIG) instead of -ldconfig.
* Many files:Theodore Ts'o1998-04-011-1/+5
| | | | | | Change to use new installation directory variables convention. Add uninstall rules.
* Many files:Theodore Ts'o1997-04-261-0/+37
Checked in e2fsprogs 0.5c