diff options
| author | Michael Forney <mforney@mforney.org> | 2017-02-23 11:46:00 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-02-23 11:46:00 -0800 |
| commit | e4220f7260c2b8a355c981de139b231ff031f115 (patch) | |
| tree | 079a6f2e0cf575e1aad6da57d147f02a1c5e84a8 /pkg | |
| parent | 7f397ea3c1ec634b330a9c4ac08d5ff0c2b4dd3c (diff) | |
e2fsprogs: Build mke2fs
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/e2fsprogs/gen.rc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pkg/e2fsprogs/gen.rc b/pkg/e2fsprogs/gen.rc index ba4e1888..ca374002 100644 --- a/pkg/e2fsprogs/gen.rc +++ b/pkg/e2fsprogs/gen.rc @@ -173,7 +173,7 @@ lib libuuid.a -d '$dir'/deps lib/uuid/^(\ uuid_time.c\ ) -libs=(libext2fs.a libe2p.a libblkid.a libuuid.a libcomm_err.a libsupport.a) +libs=(libsupport.a libext2fs.a libe2p.a libblkid.a libuuid.a libcomm_err.a) exe bin/e2fsck -d '$dir'/headers e2fsck/^(\ unix.c e2fsck.c super.c pass1.c pass1b.c pass2.c\ @@ -194,4 +194,14 @@ exe bin/resize2fs -d '$dir'/headers resize/^(\ file bin/resize2fs '$outdir'/bin/resize2fs 755 substman resize resize2fs 8 +build '$outdir'/default_profile.c awk '$srcdir'/misc/mke2fs.conf.in '|' '$srcdir'/misc/profile-to-c.awk ; with\ + expr '-f $srcdir/misc/profile-to-c.awk' + +exe bin/mke2fs -d '$dir'/headers misc/^(\ + mke2fs.c util.c mk_hugefiles.c\ + create_inode.c\ +) '$outdir'/default_profile.c $libs +file bin/mke2fs '$outdir'/bin/mke2fs 755 +substman misc mke2fs 8 + fetch git |
