summaryrefslogtreecommitdiffstats
path: root/mount-deprecated
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: always use default $(LDADD)Karel Zak2012-07-091-4/+4
| | | | | | | | The global variable $(LDADD) is always used if program_LDADD is not specified. Let's use $LDADD everywhere to avoid exceptions for people who need to specify global $LDADD. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-3/+0Star
| | | | | | | - move all binaries to top-level .gitignore - remove unnecessary */.gitignore files Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-38/+26Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (old) remove hybrid libmount codeKarel Zak2012-06-265-229/+2Star
| | | | | | | | | | | | | The hybrid version with old mount and new mtab management from libmount is not more supported. Only two versions are supported: 1/ old mount in mount-deprecated/, --enable-deprecated-mount 2/ new sys-utils/mount.c, enabled by default Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: default to new sys-utils/mount.c, add --enable-deprecated-mountKarel Zak2012-06-261-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (old) remove mtab lock testKarel Zak2012-06-261-135/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert mount/ to module, rename to mount-deprecated/Karel Zak2012-06-2619-0/+8853
Signed-off-by: Karel Zak <kzak@redhat.com>