e2fsprogs/resize
Theodore Ts'o 3ab2fd4e23 Define MKDIR_P in the Makefile.in files instead in MCONFIG.in
In the case where mkdir -p is not thread-safe (for example, if the
build environment is using busybox's mkdir) the configure script will
fall back to the slow (but safe) install-sh script.  In that case
MKDIR_P will be using a relative pathname; so we can't use speed
optimization of defining configure substitutions in MCONFIG.in, since
the substitution will be different depending on depth of the
subdirectory in the Makefile.in file.

https://github.com/tytso/e2fsprogs/issues/51

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2020-10-04 23:05:01 -04:00
..
Android.bp AOSP: tune2fs, resize2fs: make ramdisk binaries. 2020-03-20 23:19:24 -04:00
extent.c Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
main.c resize2fs: prevent block group descriptors from overflowing the first bg 2020-10-02 14:47:25 -04:00
Makefile.in Define MKDIR_P in the Makefile.in files instead in MCONFIG.in 2020-10-04 23:05:01 -04:00
online.c resize: remove calculation of unused variable 2018-06-24 21:27:42 -04:00
resize2fs.8.in resize2fs: Remove the real kilobytes rant from man page 2018-07-22 15:03:03 -04:00
resize2fs.c resize2fs: make minimum size estimates more reliable for mounted fs 2019-11-10 08:13:53 -05:00
resize2fs.h Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
resource_track.c resize2fs: add resource tracking as a debug option 2013-01-03 09:03:53 -05:00
sim_progress.c Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
test_extent.c Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
test_extent.in Many files: 1997-06-17 03:52:12 +00:00
test-resize resize2fs: check in test-resize script 2013-01-16 14:09:21 -05:00