• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Experimental package creation tool for MinGW.org


Commit MetaInfo

修订版3b3442902a7b3ed02b96990b3c78a09c037dc17f (tree)
时间2019-07-10 22:52:36
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Update built-in help information.

* src/midules/help.sh [options] (--identity): Add description.
[options] (--ignore-untracked-files): Likewise.

更改概述

差异

--- a/src/modules/help.sh
+++ b/src/modules/help.sh
@@ -8,7 +8,7 @@
88 # $Id$
99 #
1010 # Written by Keith Marshall <keith@users.osdn.me>
11-# Copyright (C) 2014, 2018, MinGW.org Project
11+# Copyright (C) 2014, 2018, 2019, MinGW.org Project
1212 #
1313 # Permission is hereby granted, free of charge, to any person obtaining a copy
1414 # of this software and associated documentation files (the "Software"), to deal
@@ -67,6 +67,13 @@
6767 --arch=name Specify the architecture for which the package is
6868 to be built; if unspecified, "mingw32" is assumed.
6969
70+ --identity="<name>-<version>"
71+ Set the package identity explicitly, rather than
72+ deducing it from the source directory name; this
73+ is required when the source directory structure
74+ has not been established at invocation time, e.g.
75+ when importing a mingw-port specification.
76+
7077 --option="spec" Augment the set of options specified within the
7178 package specification file; "spec" must take the
7279 form of an "option" directive, as it would appear
@@ -81,6 +88,15 @@
8188 --pre-staged When creating a distributable package set, do not
8289 run an "install" step, to refresh the staged image.
8390
91+ --ignore-untracked-files
92+ Ignore the presence of untracked files, within the
93+ source directory hierarchy, when creating a source
94+ code distribution; normally, mingw-pkg will abort
95+ when any untracked files, or uncommitted changes to
96+ tracked files, are detected; this option allows the
97+ operation to continue, in the presence of untracked
98+ files, (but not if there are uncommitted changes).
99+
84100 -v, --verbose Make diagnostic output more verbose; currently,
85101 this only enables progress reporting, when creating
86102 distributable package sets in lzma or xz format.