summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2010-05-17Fix dpkg-buildpackage -j2Theodore Ts'o1-2/+3
Add a dependency on subs to all-libs-recursive and all-progs-recursive to dpkg-buildpackage -j2, since it builds make target 'libs' explicitly, and we need to make sure the 'subs' target is run first. Addresses-Debian-Bug: #563487 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-06-29configure.in: add --disable-libuuid optionScott James Remnant1-1/+2
Add an option to switch between the private (in-tree) libuuid and public (in-system installed) library. The private version is still enabled by default. Signed-off-by: Scott James Remnant <scott@netsplit.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2009-04-22configure.in: add --disable-libblkid optionTheodore Ts'o1-1/+2
Add an option to switch between the private (in-tree) libblkid and public (in-system installed) library. The private version is still enabled by default. If --disable-libblkid is specified the findfs(8) program, which is a variant of tune2fs, is also not built or installed. Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-10-12Fix parallel build problem with util/substTheodore Ts'o1-1/+1
Make sure util/subst is built before trying to build lib/et Addresses-Sourceforge-Bug: #2143281 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-09-01Fix e2fsprogs-libs build failure due to 'subs' targetTheodore Ts'o1-3/+4
In e2fsprogs-libs the lib/ext2fs directory is not present, and we need to make sure the top-level Makefile doesn't blow up in it's not there. Addresses-Sourceforge-Bug: #2087502 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-28Fix breakage caused by commit da17e370 (missing dependency in Makefile)Theodore Ts'o1-0/+1
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-27Build lib/ext2fs/ext2_err.h early to avoid parallel build problemsTheodore Ts'o1-0/+1
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-07-14Disable %.sh -> % GNU make rule in the top-level MakefileTheodore Ts'o1-0/+2
It's not needed for e2fsprogs, but one niche distribution likes to use configure.sh files which can cause GNU make to inappropriately fire an implicit rule to overwrite the configure file resulting in a fork bomb leading to the OOM crash. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-29Merge branch 'maint'Theodore Ts'o1-1/+1
2008-02-28Fix makefile dependency issues for various install targetsMike Frysinger1-1/+1
Addresses-Sourceforge-Patches: #1903484 Addresses-Sourceforge-Patches: #1903466 Addresses-Sourceforge-Patches: #1903456 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-1/+2
Conflicts: configure lib/ext2fs/ext2_fs.h misc/e2image.c
2008-01-01Fix Makefile race so that "make -j3 distclean" works correctlyTheodore Ts'o1-1/+2
With this fix, "dpkg-buildpackage -j3" should work w/o problems for the e2fsprogs package. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-08-03Miscellaneous CleanupsTheodore Ts'o1-1/+1
Signed-off-by: Andreas Dilger <adilger@clusterfs.com> Signed-off-by: Girish Shilamkar <girish@clusterfs.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-05-22Add Makefile production rule for e2fsprogs.spec in case it gets deletedAndreas Dilger1-1/+4
Signed-off-by: Andreas Dilger <adilger@clusterfs.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-06-21add "make rpm" target to top-level MakefileAndreas Dilger1-0/+3
Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
2006-04-09Fix asm_types.h type conflictsTheodore Ts'o1-14/+11
This caused FTBFS bugs on AMD64 platforms, since it uses a different 64-bit type when compared with IA64, so we need to make our autoconfiguration system more intelligent. Addresses Debian Bugs: #360661, #360317 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o1-5/+10
Use Linux-kernel-style makefile output for "make install" Update intl/Makefile.in to version from gettext 0.14.1
2004-11-30Make make distclean remove all generated files. Theodore Ts'o1-1/+2
Update the po and intl changelog files to indicate that we updated to gettext 0.14.1
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o1-11/+14
see errors/warnings.
2004-11-19Remove support for EVMS 1.x plugin library.Theodore Ts'o1-3/+1
2004-09-17Remove XSI:isms for greater portability. (Addresses Theodore Ts'o1-1/+1
Debian Bug #255589)
2003-08-01Use $(MAKE) rather than hardcoded "make", to aid build process onMatthias Andree1-1/+1
systems that expect GNU make as "gmake".
2003-05-05configure.in, configure, Makefile.in: Add --with-diet-libcTheodore Ts'o1-1/+1
convenience option. Add --disable-evms option.
2003-05-03Add Czech translation.Theodore Ts'o1-1/+2
Remove "NYC" translation. Add Czech translation from Miloslav Trmac <mitr@volny.cz> Random NLS and other display fixes from Miloslav.
2003-05-03Update to gettext 0.11.5. We now enable NLS support by default.Theodore Ts'o1-1/+1
Fixed up support for using the internal intl library.
2003-03-23Move tarball generation functions to util/gen-tarballTheodore Ts'o1-88/+0
2003-03-14Add dependency to allow parallel makes to work correctly.Theodore Ts'o1-1/+1
2003-03-06Fix up lots of portability problems that caused e2fsprogs not to build ↵Theodore Ts'o1-1/+0
successfully under Solaris.
2003-03-02Changes to create a subset distribution which consists only of theTheodore Ts'o1-11/+72
et, ss, uuid, and blkid libraries. The configure script and top-level makefile were changed to support working with a subset distribution.
2003-03-01Minor bug fixes in the blkid library.Theodore Ts'o1-1/+5
Convert mke2fs, fsck, and tune2fs to use the blkid library.
2003-01-23Integrate new blkid library.Theodore Ts'o1-1/+1
2002-08-18Makefile.in: Revamp makefile so that it doesn't dependTheodore Ts'o1-1/+2
--enable-elf-shlibs. We always build the shared library, since it's meant to be used as a plugin library.
2001-08-04Add "*.orig" to "make clean" target, change explicit listing ofAndreas Dilger1-3/+3
ext2_types.h in "make distclean" to $(SUBS). Add $(SUBS) as a dependency to "make check" target.
2001-06-22Makefile.in: Avoid including BitKeeper files into the source tarball.Theodore Ts'o1-1/+2
2001-06-14ChangeLog, ext2_types.h.in:Theodore Ts'o1-1/+1
ext2_types.h.in: If linux/types.h has been defined, then don't try to redefine the typedefs. ChangeLog, Makefile.in: Makefile.in: Make the install target depend on $(SUBS) to accomodate the fools who want to compile and install e2fsprogs as root using just one command.
2001-06-13ChangeLog, configure, configure.in:Theodore Ts'o1-1/+4
configure.in: Add --disable-resizer, --disable-imager, and --disable-debugfs switches, which allow people who are building boot floppies to build a very restricted e2fsprogs distribution. Note: these functions limit the functions in the shared library, so beware! Makefile.in, ChangeLog: Makefile.in: Don't recurse into debugfs and resize subdirectory if --disable-debugfs or --disable-resizer is given as a configuration option. ChangeLog, Makefile.in: Makefile.in: Don't build e2image if --disable-imager is specified to configure.
2001-06-01ChangeLog, wordwrap.pl:Theodore Ts'o1-5/+5
Makefile.in: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in. wordwrap.pl: Add some rules which help fix up the dependencies. Many files: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in.
2001-05-25Makefile.in:Theodore Ts'o1-1/+2
Makefile.in: Only exclude the top-level TODO file, not over the entire tree.
2001-02-08Makefile.in, configure, configure.in:Theodore Ts'o1-1/+1
Update for initial finddev library.
2001-01-12ChangeLog, Makefile.in:Theodore Ts'o1-1/+1
Makefile.in (PROG_SUBDIRS): Build lib/e2p before lib/ext2fs since libext2fs depends on libe2p.
2000-12-09ChangeLog, MCONFIG.in, Makefile.in, Makefile.in.in:Theodore Ts'o1-3/+2
Fix so that top-level "make check" works correctly. e2image.c: Fix program name for e2image.
2000-05-25ChangeLog, configure, configure.in:Theodore Ts'o1-8/+11
Add test for lseek64 and open64 ChangeLog, Makefile.in: Makefile.in: Fix makefile so that it's safe to build in parallel.
2000-04-06Makefile.in, version.h:Theodore Ts'o1-1/+0
Makefile.in (source_tar_file): Remove the resize directory from the list of excluded files. version.h: Update version header for an WIP release.
2000-04-03ChangeLog, Makefile.in:Theodore Ts'o1-12/+11
Makefile.in: Remove uneeded parenthesis around shell pipelines containing a "cd" command. Use && instead of ; so that if the "cd" fails, the makefile stops. ChangeLog: Fix typo.
2000-02-11Many files:Theodore Ts'o1-1/+3
unix.c (main): If compression is enabled on the filesystem, print a warning message (for now). message.c: Add new compression shortcut: @c == compress problem.c, problem.h (PR_1_COMPR_SET): Add new error code. pass1.c (check_blocks): If the inode has EXT2_COMPRBLK_FL flag set, check to see if the filesystem supports compression. If it does pass this information down to process_block() so it can treat the compressed block flag words correctly. If not, offer to clear the flag, since it shouldn't be set. (process_block): If an inode has the compressed inode flag set, allow EXT2FS_COMPRESSED_BLKADDR. pass1b.c (process_pass1b_block, delete_file_block, clone_file_block): pass2.c (deallocate_inode_block): Use HOLE_BLKADDR to check to see if the block can be skipped. ChangeLog, Makefile.in: Makefile.in: Exclude the internationalization files from being distributed. ChangeLog, configure, configure.in: configure.in: Add support for --enable-compression. This is experimental code only for now, which is why it's under --enable test. Once it's stable, it will always be compiled in. TODO: Commit additional TODO items.
1999-11-19ChangeLog, Makefile.in:Theodore Ts'o1-2/+7
Makefile.in (distclean): Remove TAGS and Makefile.in.old from the source directory. Also, when making the .exclude file for the source_tar_file, exclude those two files as well. Makefile.in (distclean): Remove TAGS and Makefile.in.old from the source directory.
1999-07-19Makefile.in:Theodore Ts'o1-2/+8
Add flushb to list of files which are removed when doing a make clean. Add a distclean production which removes Makefile Add the doc substree to the clean and distclean rules.
1999-07-19Makefile.in:Theodore Ts'o1-2/+2
Fix cleanup procedure to delete subst.conf properly.
1999-07-19Makefile.in:Theodore Ts'o1-2/+2
Add the -f option to rm when making the distribution_tar_file.
1999-07-03ChangeLog, Makefile.in, configure.in, MCONFIG.in, configure, wordwrap.pl:Theodore Ts'o1-1/+3
Makefile.in (depend): Make "make depend" at the top-level automatically recurse through all subdirectories. configure.in: Test for perl since it's needed by wordwrap.pl MCONFIG.in (depend): Fix make-depend so that it the dependencies are automatically word-wrapped. Added the makefile macro $(PERL). wordwrap.pl: New file which does the word wrapping.