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
e9f44221
Commit
e9f44221
authored
Oct 07, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop all references to printver.c. Not provided in source tree anymore.
Fixes ArcticaProject/nx-libs#63
parent
e0b8f3ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
Makefile
nx-X11/Makefile
+0
-9
No files found.
nx-X11/Makefile
View file @
e9f44221
...
...
@@ -27,9 +27,6 @@ IMAKE_CMD = $(IMAKE) -I$(IRULESRC) $(IMAKE_DEFINES)
MAKE_OPTS
=
-f
xmakefile
MAKE_CMD
=
$(MAKE)
$(MAKE_OPTS)
FLAGS
=
$(MFLAGS)
-f
Makefile.ini
BOOTSTRAPCFLAGS
=
"
$(BOOTSTRAPCFLAGS)
"
CC
=
"
$(CC)
"
VERSINC
=
-Iprograms
/Xserver/hw/xfree86
VERSSRC
=
$(CONFIGSRC)
/util/printver.c
VERSPROG
=
$(CONFIGSRC)
/util/printver.exe
all
:
@
${
MAKE
}
${
MAKE_OPTS
}
xmakefile-exists
||
$(MAKE)
all-initial
...
...
@@ -43,12 +40,9 @@ all-initial:
@
echo
Do not name your log file make.log or it will be deleted.
World
:
@
-
$(RM)
$(VERSPROG)
@
-
$(CC)
$(VERSINC)
-o
$(VERSPROG)
$(VERSSRC)
@
echo
""
@
echo
Building
$(RELEASE)
.
@
echo
""
@
-
$(RM)
$(VERSPROG)
@
case
"x
$(BOOTSTRAPCFLAGS)
"
in
x
)
\
echo
I hope you checked the configuration parameters
in
$(IRULESRC)
;
\
echo
to see
if
you need to pass BOOTSTRAPCFLAGS.
;
\
...
...
@@ -95,10 +89,7 @@ World:
@echo
""
@date
@echo
""
@-$(RM)
$(VERSPROG)
@-$(CC)
$(VERSINC)
-o
$(VERSPROG)
$(VERSSRC)
@echo
Full
build
of
$(RELEASE)
complete.
@-$(RM)
$(VERSPROG)
@echo
""
.PRECIOUS
:
Makefile
...
...
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