List of commits:
Subject Hash Author Date (UTC)
fix some of make help eda2aac9e1d9b9a716602a7269e587b5fef96b93 Sylvain BERTRAND 2017-07-20 19:21:18
sync with util-linux 2.30.1 and its udf work 6190f52b0030d80e83414246908878cc5b92ddad Sylvain BERTRAND 2017-07-20 16:34:30
first release of code extraction 4cf6461453cef6973570fae855a1a0652ef9e78f Sylvain BERTRAND 2017-07-19 02:31:19
Commit eda2aac9e1d9b9a716602a7269e587b5fef96b93 - fix some of make help
Author: Sylvain BERTRAND
Author date (UTC): 2017-07-20 19:21
Committer name: Sylvain BERTRAND
Committer date (UTC): 2017-07-20 19:21
Parent(s): 6190f52b0030d80e83414246908878cc5b92ddad
Signing key:
Tree: 957861b26d6ca1a24da1a9eba457aee42f0342cc
File Lines added Lines deleted
make 4 4
File make changed (mode: 100755) (index 0d33bc8..b04cc44)
... ... Standard options:
284 284 --version=VERSION override the version number [$version_default] --version=VERSION override the version number [$version_default]
285 285
286 286 Advanced options: Advanced options:
287 --blkid-cc=CC use C compiler command line CC for static target blkid [$blkid_cc_default]
288 --blkid-ccld=CCLD use linker command line CCLD for static target blkid [$blkid_ccld_default]
287 --bin-cc=CC use C compiler command line CC for static target blkid [$bin_cc_default]
288 --bin-ccld=CCLD use linker command line CCLD for static target blkid [$bin_ccld_default]
289 289
290 --dblkid-cc=CC use C compiler command line CC for dynamic target blkid [$dblkid_cc_default]
291 --dblkid-ccld=CCLD use linker command line CCLD for dynamic target blkid [$dblkid_ccld_default]
290 --dbin-cc=CC use C compiler command line CC for dynamic target blkid [$dbin_cc_default]
291 --dbin-ccld=CCLD use linker command line CCLD for dynamic target blkid [$dbin_ccld_default]
292 292
293 293 --libblkid-cc=CC use C compiler command line CC for static target libblkid [$libblkid_cc_default] --libblkid-cc=CC use C compiler command line CC for static target libblkid [$libblkid_cc_default]
294 294 --libblkid-ar=AR use archive command line AR for static target libblkid [$libblkid_ar_default] --libblkid-ar=AR use archive command line AR for static target libblkid [$libblkid_ar_default]
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanblkid

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanblkid

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanblkid

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main