summaryrefslogtreecommitdiff
path: root/e2fsprogs/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* need EXT2FS_OBJS for fsckMike Frysinger2006-03-181-1/+1
|
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-66/+28
|
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-8/+37
| | | | version of make (3.71.1).
* - workaround bug in make-3.81beta4:Bernhard Reutner-Fischer2006-03-061-4/+14
| | | | | | | - has to use /top/obj/dir/*.o: /top/obj/dir/file.o: /top/src/file.c instead of the proper /top/obj/dir/*.o: /top/obj/dir/file.o: /top/src/dir/file.c
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-28/+27
| | | | - use less resources for the buildsystem itself
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+3
| | | | Cherry-picked from Devin Bayer's big MacOS X patch.
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
|
* Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems likeRob Landley2006-01-231-1/+1
| | | | PPC, with an obligatory couple of swipes from me.
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-0/+11
| | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something..
* create e2fs_set_sbin_path(), noticed by Tito, Thanks"Vladimir N. Oleynik"2005-10-121-1/+1
|
* more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"2005-10-121-1/+1
|
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"2005-10-101-1/+1
| | | | | e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep.
* - Fix spurious rebuilds for (parallel) out-of-tree builds.Bernhard Reutner-Fischer2005-10-051-8/+12
| | | | | | | Make sure that the directories are order-only prerequisites. Otherwise we may have object files created after the timestamp of the directory was updated which would lead to spurious rebuilds (as some of the dentries may be older than the dir itself).
* - fix building out-of-tree;Bernhard Reutner-Fischer2005-10-051-2/+14
| | | | | | | | | | | | | | | | | to test, checkout the source (let's assume /scratch/src/busybox), then mkdir /tmp/bb ; cd /tmp/bb make top_srcdir=/scratch/src/busybox O="$(pwd)" -f /scratch/src/busybox/Makefile allyesconfig check - default to O=$(pwd) if no O was specified. Now you can just specify the top_srcdir (without O=/somewhere) to create the obj-tree in pwd. - make "make configtarget buildtarget" work. Previously this didn't work due to how HAVE_DOT_CONFIG was evaluated. Two separate steps were needed before, e.g. make config ; make busybox. - remove some unneeded variables from Rules.mak (BB_SRC_DIR from Mr. ldoolitt@recycle.lbl) which suggest that the stuff fixed above didn't work before. - move selinux libraries to where they belong (from Makefile to Rules.mak) - update the docs to mention svn instead of cvs and provide an example for building out-of-tree in INSTALL.
* as Tito points out, e2fsck and fsck need more dependenciesMike Frysinger2005-10-051-2/+2
|
* clean out unneeded E2FSCK variablesMike Frysinger2005-10-021-4/+1
|
* typoBernhard Reutner-Fischer2005-09-301-1/+1
|
* - remove duplicate entry of resolve.c in BLKID_SRCBernhard Reutner-Fischer2005-09-301-2/+3
| | | | - use the sourcedir to look for includes rather than the builddir
* move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small ↵"Vladimir N. Oleynik"2005-09-271-17/+13
| | | | automatic size reduction
* fix building with debugging enabled #413Mike Frysinger2005-09-251-2/+2
|
* import the very fat e2fsck/fsck appletsMike Frysinger2005-09-241-9/+18
|
* use brief license lineMike Frysinger2005-09-241-14/+1
|
* fix broken whitespace and remove pointless mkdirMike Frysinger2005-09-241-12/+10
|
* mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵"Vladimir N. Oleynik"2005-09-191-11/+11
| | | | 1 exporing, ext2fs_llseek/blkid_llseek->llseek
* Bernhard Fischer submitted a couple of Makefile patches:Rob Landley2005-08-241-3/+5
| | | | | | | - Fix building out-of-tree - remove duplicate rule in toplevel Makefile - peruse make's builtin notion of `dirname $@'
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
|
* import initial fat mke2fsMike Frysinger2005-06-111-3/+8
|
* import tune2fs supportMike Frysinger2005-06-111-3/+22
|
* oops, we only want to affect local CFLAGSMike Frysinger2005-06-111-2/+2
|
* force including of e2fsbb.h and move the HAVE_* defines to itMike Frysinger2005-06-111-6/+5
|
* make sure we add the local dir to the include pathMike Frysinger2005-05-161-1/+1
|
* This makefile was a mess. Fix it to work as intended.Eric Andersen2005-05-111-11/+11
| | | | -Erik
* update e2p target to match condensed filesMike Frysinger2005-05-071-2/+1
|
* svn didnt auto add these ...Mike Frysinger2005-04-241-0/+45