Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonathan Coetzee
Knot Resolver
Commits
e0e2d7ad
Commit
e0e2d7ad
authored
Nov 17, 2015
by
Marek Vavruša
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: set ARCH from CC, bump version to beta2
parent
57c62bcc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile
Makefile
+1
-1
config.mk
config.mk
+1
-1
platform.mk
platform.mk
+1
-2
No files found.
Makefile
View file @
e0e2d7ad
...
...
@@ -7,7 +7,7 @@ install: lib-install modules-install daemon-install
check
:
all tests
clean
:
lib-clean modules-clean daemon-clean tests-clean doc-clean
doc
:
doc-html
.PHONY
:
all install check clean doc
.PHONY
:
all install check clean doc
info
# Options
ifdef
COVERAGE
...
...
config.mk
View file @
e0e2d7ad
# Project
MAJOR
:=
1
MINOR
:=
0
PATCH
:=
0-beta
1
PATCH
:=
0-beta
2
# Paths
PREFIX
:=
/usr/local
...
...
platform.mk
View file @
e0e2d7ad
...
...
@@ -10,7 +10,7 @@ MODTYPE := shared
ARTYPE
:=
static
BINEXT
:=
PLATFORM
=
Linux
ARCH
:=
ARCH
:=
$(
word
1,
$(
subst
-, ,
$(
shell
$(CC)
-dumpmachine
)))
ifeq
($(OS),Windows_NT)
PLATFORM
:=
Windows
RM
:=
del
...
...
@@ -18,7 +18,6 @@ ifeq ($(OS),Windows_NT)
LIBEXT
:=
.lib
BINEXT
:=
.exe
else
ARCH
:=
$(
shell
uname
-m
)
UNAME
:=
$(
shell
uname
-s
)
ifeq
($(UNAME),Darwin)
PLATFORM
:=
Darwin
...
...
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