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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
57a64408
Commit
57a64408
authored
Jan 31, 2007
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ../site-lisp/subdirs.el when needed.
parent
46bb060f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/configure.bat
nt/configure.bat
+11
-2
No files found.
nt/ChangeLog
View file @
57a64408
2007-01-31 Juanma Barranquero <lekktu@gmail.com>
* configure.bat: Update ../site-lisp/subdirs.el when needed.
2007-01-30 Juanma Barranquero <lekktu@gmail.com>
* subdirs.el: Add "no-byte-compile: t" local variable.
...
...
nt/configure.bat
View file @
57a64408
...
...
@@ -519,8 +519,17 @@ del config.settings
Rem Some people use WinZip which doesn't create empty directories!
if
not
exist
..\site
-lisp
\nul
mkdir
..\site
-lisp
\
if
not
exist
..\site
-lisp
\subdirs.el
copy
subdirs
.el ..\site
-lisp
\subdirs.el
Rem Update subdirs.el only if it is different or fc.exe doesn't work.
if
exist
foo
.bar
del
foo
.bar
fc
/b
foo
.bar
foo
.bar
>
nul
2
>&
1
if
not
errorlevel
2
goto
doUpdateSubdirs
fc
/b
subdirs
.el ..\site
-lisp
\subdirs.el
>
nul
2
>&
1
if
not
errorlevel
1
goto
dontUpdateSubdirs
:doUpdateSubdirs
if
exist
..\site
-lisp
\subdirs.el
del
..\site
-lisp
\subdirs.el
copy
subdirs
.el ..\site
-lisp
\subdirs.el
:dontUpdateSubdirs
echo
.
echo
Emacs
successfully
configured
.
echo
Emacs
successfully
configured
.
>>
config
.log
...
...
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