Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
abf47fec
Commit
abf47fec
authored
Nov 10, 2018
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: drop intermediate NX version vars
parent
93c9b886
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
Makefile
Makefile
+4
-9
No files found.
Makefile
View file @
abf47fec
...
...
@@ -50,11 +50,6 @@ endif
IMAKE_DEFINES
?=
NX_VERSION_MAJOR
=
$(
shell
./version.sh 1
)
NX_VERSION_MINOR
=
$(
shell
./version.sh 2
)
NX_VERSION_MICRO
=
$(
shell
./version.sh 3
)
NX_VERSION_PATCH
=
$(
shell
./version.sh 4
)
SHELL
:=
/bin/bash
NX_X11_HEADERS
=
\
...
...
@@ -106,10 +101,10 @@ test:
version
:
# prepare nx-X11/config/cf/nxversion.def
sed
\
-e
's/###NX_VERSION_MAJOR###/
$(
NX_VERSION_MAJOR
)
/'
\
-e
's/###NX_VERSION_MINOR###/
$(
NX_VERSION_MINOR
)
/'
\
-e
's/###NX_VERSION_MICRO###/
$(
NX_VERSION_MICRO
)
/'
\
-e
's/###NX_VERSION_PATCH###/
$(
NX_VERSION_PATCH
)
/'
\
-e
's/###NX_VERSION_MAJOR###/
$(
shell
./version.sh 1
)
/'
\
-e
's/###NX_VERSION_MINOR###/
$(
shell
./version.sh 2
)
/'
\
-e
's/###NX_VERSION_MICRO###/
$(
shell
./version.sh 3
)
/'
\
-e
's/###NX_VERSION_PATCH###/
$(
shell
./version.sh 4
)
/'
\
nx-X11/config/cf/nxversion.def.in
\
>
nx-X11/config/cf/nxversion.def
...
...
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