Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
f6a72966
Commit
f6a72966
authored
Sep 14, 2015
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More fixing make.bat on Windows.
parent
ea0acd79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
make.bat
make.bat
+8
-8
No files found.
make.bat
View file @
f6a72966
...
...
@@ -10,13 +10,13 @@ set defsystem_lisp=upgrade.lisp + component.lisp + system.lisp + cache.lisp + fi
%~d0
cd
%~p0
if
"
%
1"
==
""
goto
all
if
"
%
1"
==
"all"
goto
all
if
"
%
1"
==
"build_asdf"
goto
build_asdf
if
"
%
1"
==
"ext"
goto
ext
if
"
%
1"
==
"noext"
goto
noext
if
"
%
1"
==
"driver_files"
goto
driver_files
if
"
%
1"
==
"defsystem_files"
goto
defsystem_files
if
"
%
~1"
==
""
goto
all
if
"
%
~1"
==
"all"
goto
all
if
"
%
~1"
==
"build_asdf"
goto
build_asdf
if
"
%
~1"
==
"ext"
goto
ext
if
"
%
~1"
==
"noext"
goto
noext
if
"
%
~1"
==
"driver_files"
goto
driver_files
if
"
%
~1"
==
"defsystem_files"
goto
defsystem_files
call
%
0
build_asdf
%here%
\tools\asdf
-tools
.bat
env
%
*
...
...
@@ -30,7 +30,7 @@ goto :end
:: That's the only thing that we really need before we may invoke asdf-builder.
if
not
exist
build
mkdir
build
set
a
=
build
\asdf.lisp
copy
/
b
%header_lisp%
+
%driver_lisp%
+
%defsystem_lisp%
%a%
.tmp
copy
/
y /b
%header_lisp%
+
%driver_lisp%
+
%defsystem_lisp%
%a%
.tmp
>
nul
if
not
exist
%a%
goto
clobber
fc
/b
/0
%a%
.tmp
%a%
>
nul
if
errorlevel
1
goto
clobber
...
...
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