-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: add git repo reference to mdsdcl
git commands has been added to obtain the RELEASE_TAG from git if the code has been installed from sources. All added information are written to mdsdcl structure that can be accessed through "mdsdcl show git", with some further optional qualifiers: TAG, BRANCH, COMMIT, REMOTE, REMOTE_URL the GIT_TAG is formatted as follow: [closest_release_tag]-[number_of_commit_ahead]-g[short_commit_hash]<"M" if code has uncommitted changes> Some additional improvement have been also added within the same commit: 1) a help-more command that writes the commented targets tagged with ##@@argument 2) the autmatic reconfigure upon changes in any Makfile.in 3) a new configure parameter --disable-uncommitted-install prevent install action if there are uncommitted changes
- Loading branch information
Showing
80 changed files
with
1,297 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
include @top_builddir@/Makefile.inc | ||
|
||
srcdir = @srcdir@ | ||
builddir = @builddir@ | ||
VPATH = @srcdir@ | ||
@AX_RECONFIGURE_TARGET@ | ||
|
||
@MINGW_TRUE@ IMPLIB=@[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.