Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
Env
Commits
eab290ea
Commit
eab290ea
authored
Mar 05, 2019
by
Ben Avison
Browse files
Cross-compilation make wrapper: tighten rule about inferring COMPONENT from ModuleDB
Version 1.39. Tagged as 'Env-1_39'
parent
f24306b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
13 deletions
+11
-13
!Common.sh
!Common.sh
+1
-1
VersionNum
VersionNum
+10
-12
No files found.
!Common.sh
View file @
eab290ea
...
...
@@ -115,7 +115,7 @@ mk ()
if
[
-n
"
$COMPONENT
"
]
;
then
grep
"^
$COMPONENT
"
"
$BUILDDIR
/BuildSys/ModuleDB"
>
"
$MYTMP
"
else
grep
"
$RELPATH
"
"
$BUILDDIR
/BuildSys/ModuleDB"
|
grep
-v
"
$RELPATH
\.
"
>
"
$MYTMP
"
grep
"
$RELPATH
\(
\|
$\
)
"
"
$BUILDDIR
/BuildSys/ModuleDB"
>
"
$MYTMP
"
fi
if
[
$?
-ne
0
]
;
then
...
...
VersionNum
View file @
eab290ea
/* (1.3
8
)
/* (1.3
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.3
8
#define Module_MajorVersion_CMHG 1.3
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
11 Apr
201
8
#define Module_Date_CMHG
04 Jun
201
9
#define Module_MajorVersion "1.3
8
"
#define Module_Version 13
8
#define Module_MajorVersion "1.3
9
"
#define Module_Version 13
9
#define Module_MinorVersion ""
#define Module_Date "
11 Apr
201
8
"
#define Module_Date "
04 Jun
201
9
"
#define Module_ApplicationDate "
11-Apr
-1
8
"
#define Module_ApplicationDate "
04-Jun
-1
9
"
#define Module_ComponentName "Env"
#define Module_ComponentPath "castle/RiscOS/Env"
#define Module_FullVersion "1.3
8
"
#define Module_HelpVersion "1.3
8
(
11 Apr
201
8
)"
#define Module_LibraryVersionInfo "1:3
8
"
#define Module_FullVersion "1.3
9
"
#define Module_HelpVersion "1.3
9
(
04 Jun
201
9
)"
#define Module_LibraryVersionInfo "1:3
9
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment