]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Shorten compile commands run by the build system
authorTheodore Ts'o <tytso@mit.edu>
Sun, 18 Sep 2011 21:34:37 +0000 (17:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Sep 2011 21:34:37 +0000 (17:34 -0400)
commitd1154eb460efe588eaed3d439c1caaca149fa362
tree2c7330818b40f9341003bf7cbe1dd5a3f622af0d
parent30295f16a95b873965d1650b24fb6f5b82bde675
Shorten compile commands run by the build system

The DEFS line in MCONFIG had gotten so long that it exceeded 4k, and
this was starting to cause some tools heartburn.  It also made "make
V=1" almost useless, since trying to following the individual commands
run by make was lost in the noise of all of the defines.

So fix this by putting the configure-generated defines in lib/config.h
and the directory pathnames to lib/dirpaths.h.

In addition, clean up some vestigal defines in configure.in and in the
Makefiles to further shorten the cc command lines.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
268 files changed:
MCONFIG.in
Makefile.in
configure
configure.in
debugfs/debugfs.c
debugfs/dump.c
debugfs/htree.c
debugfs/icheck.c
debugfs/logdump.c
debugfs/ls.c
debugfs/lsdel.c
debugfs/ncheck.c
debugfs/set_fields.c
debugfs/unused.c
debugfs/util.c
e2fsck/Makefile.in
e2fsck/argv_parse.c
e2fsck/badblocks.c
e2fsck/crc32.c
e2fsck/dict.c
e2fsck/dirinfo.c
e2fsck/dx_dirinfo.c
e2fsck/e2fsck.c
e2fsck/e2fsck.h
e2fsck/ea_refcount.c
e2fsck/ehandler.c
e2fsck/emptydir.c
e2fsck/extend.c
e2fsck/flushb.c
e2fsck/iscan.c
e2fsck/journal.c
e2fsck/message.c
e2fsck/mtrace.c
e2fsck/pass1.c
e2fsck/pass1b.c
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/pass4.c
e2fsck/pass5.c
e2fsck/problem.c
e2fsck/profile.c
e2fsck/profile_helpers.c
e2fsck/quota.c
e2fsck/recovery.c
e2fsck/region.c
e2fsck/rehash.c
e2fsck/revoke.c
e2fsck/scantest.c
e2fsck/sigcatcher.c
e2fsck/super.c
e2fsck/unix.c
e2fsck/util.c
ext2ed/Makefile.in
ext2ed/blockbitmap_com.c
ext2ed/dir_com.c
ext2ed/disk.c
ext2ed/ext2_com.c
ext2ed/ext2ed.h
ext2ed/file_com.c
ext2ed/general_com.c
ext2ed/group_com.c
ext2ed/init.c
ext2ed/inode_com.c
ext2ed/inodebitmap_com.c
ext2ed/main.c
ext2ed/super_com.c
ext2ed/win.c
intl/Makefile.in
lib/blkid/cache.c
lib/blkid/dev.c
lib/blkid/devname.c
lib/blkid/devno.c
lib/blkid/getsize.c
lib/blkid/llseek.c
lib/blkid/probe.c
lib/blkid/read.c
lib/blkid/resolve.c
lib/blkid/save.c
lib/blkid/tag.c
lib/blkid/tst_types.c
lib/blkid/version.c
lib/config.h.in [new file with mode: 0644]
lib/dirpaths.h.in [new file with mode: 0644]
lib/e2p/Makefile.in
lib/e2p/feature.c
lib/e2p/fgetflags.c
lib/e2p/fgetversion.c
lib/e2p/fsetflags.c
lib/e2p/fsetversion.c
lib/e2p/getflags.c
lib/e2p/getversion.c
lib/e2p/hashstr.c
lib/e2p/iod.c
lib/e2p/ls.c
lib/e2p/mntopts.c
lib/e2p/ostype.c
lib/e2p/parse_num.c
lib/e2p/pe.c
lib/e2p/percent.c
lib/e2p/pf.c
lib/e2p/ps.c
lib/e2p/setflags.c
lib/e2p/setversion.c
lib/e2p/uuid.c
lib/et/Makefile.in
lib/et/com_err.c
lib/et/com_right.c
lib/et/error_message.c
lib/et/et_name.c
lib/et/init_et.c
lib/et/vfprintf.c
lib/ext2fs/Makefile.in
lib/ext2fs/alloc.c
lib/ext2fs/alloc_sb.c
lib/ext2fs/alloc_stats.c
lib/ext2fs/alloc_tables.c
lib/ext2fs/badblocks.c
lib/ext2fs/bb_compat.c
lib/ext2fs/bb_inode.c
lib/ext2fs/bitmaps.c
lib/ext2fs/bitops.c
lib/ext2fs/blkmap64_ba.c
lib/ext2fs/blknum.c
lib/ext2fs/block.c
lib/ext2fs/bmap.c
lib/ext2fs/bmove.c
lib/ext2fs/brel_ma.c
lib/ext2fs/check_desc.c
lib/ext2fs/closefs.c
lib/ext2fs/crc16.c
lib/ext2fs/crc32c.c
lib/ext2fs/csum.c
lib/ext2fs/dblist.c
lib/ext2fs/dblist_dir.c
lib/ext2fs/dir_iterate.c
lib/ext2fs/dirblock.c
lib/ext2fs/dirhash.c
lib/ext2fs/dosio.c
lib/ext2fs/dupfs.c
lib/ext2fs/expanddir.c
lib/ext2fs/ext_attr.c
lib/ext2fs/extent.c
lib/ext2fs/fileio.c
lib/ext2fs/finddev.c
lib/ext2fs/flushb.c
lib/ext2fs/freefs.c
lib/ext2fs/gen_bitmap.c
lib/ext2fs/gen_bitmap64.c
lib/ext2fs/get_pathname.c
lib/ext2fs/getsectsize.c
lib/ext2fs/getsize.c
lib/ext2fs/i_block.c
lib/ext2fs/icount.c
lib/ext2fs/imager.c
lib/ext2fs/ind_block.c
lib/ext2fs/initialize.c
lib/ext2fs/inline.c
lib/ext2fs/inode.c
lib/ext2fs/inode_io.c
lib/ext2fs/io_manager.c
lib/ext2fs/irel_ma.c
lib/ext2fs/ismounted.c
lib/ext2fs/link.c
lib/ext2fs/llseek.c
lib/ext2fs/lookup.c
lib/ext2fs/mkdir.c
lib/ext2fs/mkjournal.c
lib/ext2fs/namei.c
lib/ext2fs/native.c
lib/ext2fs/newdir.c
lib/ext2fs/openfs.c
lib/ext2fs/progress.c
lib/ext2fs/punch.c
lib/ext2fs/qcow2.c
lib/ext2fs/read_bb.c
lib/ext2fs/read_bb_file.c
lib/ext2fs/res_gdt.c
lib/ext2fs/rw_bitmaps.c
lib/ext2fs/sparse.c
lib/ext2fs/swapfs.c
lib/ext2fs/tdb.c
lib/ext2fs/tdbtool.c
lib/ext2fs/test_io.c
lib/ext2fs/tst_badblocks.c
lib/ext2fs/tst_bitops.c
lib/ext2fs/tst_byteswap.c
lib/ext2fs/tst_getsectsize.c
lib/ext2fs/tst_getsize.c
lib/ext2fs/tst_inode_size.c
lib/ext2fs/tst_iscan.c
lib/ext2fs/tst_super_size.c
lib/ext2fs/tst_types.c
lib/ext2fs/undo_io.c
lib/ext2fs/unix_io.c
lib/ext2fs/unlink.c
lib/ext2fs/valid_blk.c
lib/ext2fs/version.c
lib/ext2fs/write_bb_file.c
lib/fpopen.c
lib/quota/Makefile.in
lib/quota/common.c
lib/quota/mkquota.c
lib/quota/quotaio.c
lib/quota/quotaio_tree.c
lib/quota/quotaio_v2.c
lib/ss/Makefile.in
lib/ss/data.c
lib/ss/error.c
lib/ss/execute_cmd.c
lib/ss/get_readline.c
lib/ss/help.c
lib/ss/invocation.c
lib/ss/list_rqs.c
lib/ss/listen.c
lib/ss/pager.c
lib/ss/parse.c
lib/ss/prompt.c
lib/ss/request_tbl.c
lib/ss/requests.c
lib/ss/test_ss.c
lib/uuid/clear.c
lib/uuid/compare.c
lib/uuid/copy.c
lib/uuid/gen_uuid.c
lib/uuid/gen_uuid_nt.c
lib/uuid/isnull.c
lib/uuid/pack.c
lib/uuid/parse.c
lib/uuid/tst_uuid.c
lib/uuid/unpack.c
lib/uuid/unparse.c
lib/uuid/uuid_time.c
misc/Makefile.in
misc/badblocks.c
misc/base_device.c
misc/blkid.c
misc/chattr.c
misc/dumpe2fs.c
misc/e2freefrag.c
misc/e2image.c
misc/e2initrd_helper.c
misc/e2label.c
misc/e2undo.c
misc/e4defrag.c
misc/filefrag.c
misc/findsuper.c
misc/fsck.c
misc/ismounted.c
misc/logsave.c
misc/lsattr.c
misc/mke2fs.c
misc/mklost+found.c
misc/partinfo.c
misc/tune2fs.c
misc/util.c
misc/uuidd.c
misc/uuidgen.c
resize/extent.c
resize/main.c
resize/online.c
resize/resize2fs.c
resize/sim_progress.c
resize/test_extent.c
tests/progs/hold_inode.c
tests/progs/random_exercise.c
tests/progs/test_icount.c
tests/progs/test_rel.c
util/subst.conf.in