Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHARGUERAUD Arthur
cfml
Commits
6e07e5c5
Commit
6e07e5c5
authored
Nov 06, 2014
by
POTTIER Francois
Browse files
More explicit/robust way of finding Makefile.config.
parent
a884feab
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/coq/Makefile
View file @
6e07e5c5
# Incantation to find
the root of the git repository
.
# Incantation to find
Makefile.config
.
ROOT
:=
$(
shell
while
!
[
-
d
./
.git
]
;
do
cd
..
;
done
&&
pwd
)
ROOT
:=
$(
shell
while
!
[
-
f
./
Makefile.config
]
;
do
cd
..
;
done
&&
pwd
)
# Find TLC.
# Find TLC.
include
$(ROOT)/Makefile.config
include
$(ROOT)/Makefile.config
...
...
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