Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Cloogle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cloogle
Cloogle
Commits
c46bd4bc
Verified
Commit
c46bd4bc
authored
Oct 21, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check clean-compiler revision in Makefile
parent
dffef780
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
Makefile
Makefile
+9
-2
No files found.
Makefile
View file @
c46bd4bc
clean-compiler
:
svn checkout
-r
3056 https://svn.cs.ru.nl/repos/clean-compiler/branches/itask/ clean-compiler
.ONESHELL
:
clean-compiler
:
.FORCE
REVISION
=
3061
cd
clean-compiler
;
svn info |
grep
"Revision:
$$
REVISION"
&&
exit
0
svn checkout
-r
$$
REVISION https://svn.cs.ru.nl/repos/clean-compiler/branches/itask/ clean-compiler
$(MAKE)
-j
-C
clean-compiler/main/Unix
$(MAKE)
-j
-C
clean-compiler/backendC/CleanCompilerSources
-f
Makefile.linux64
ln
-s
../../backendC/CleanCompilerSources/backend.a clean-compiler/backend/Clean
\
System
\
Files/backend_library
.FORCE
:
.PHONY
:
.FORCE
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