Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
73126477
Commit
73126477
authored
Mar 10, 2016
by
Johny Mattsson
Browse files
Fix to make GNU make 4.1 accept the Makefile after cert changes.
parent
3490ffb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
73126477
...
...
@@ -224,11 +224,12 @@ endif
.PHONY
:
pre_build
pre_build
:
ifneq
($(wildcard $(TOP_DIR)/server-ca.crt),)
pre_build
:
python
$(TOP_DIR)
/tools/make_server_cert.py
$(TOP_DIR)
/server-ca.crt
>
$(TOP_DIR)
/app/modules/server-ca.crt.h
DEFINES
+=
-DHAVE_SSL_SERVER_CRT
=
\"
server-ca.crt.h
\"
else
pre_build
:
@
-rm
-f
$(TOP_DIR)
/app/modules/server-ca.crt.h
endif
...
...
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