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
Open sidebar
emacs
emacs
Commits
cf6d30d7
Commit
cf6d30d7
authored
Dec 18, 2002
by
Andrew Innes
Browse files
($(DOC)): Use -o and -a options to make-docfile,
because GNU make doesn't append when using >> redirection.
parent
dd4461ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+2
-2
No files found.
lib-src/ChangeLog
View file @
cf6d30d7
2002-12-18 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
because GNU make doesn't append when using >> redirection.
2002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us>
* b2m.pl: Make sure every message ends with a blank line, because
...
...
lib-src/makefile.w32-in
View file @
cf6d30d7
...
...
@@ -225,8 +225,8 @@ lisp= \
DOC
=
DOC
$(DOC)
:
make-docfile
-
$(DEL)
$(DOC)
"
$(THISDIR)
/
$(BLD)
/make-docfile"
-d
../src
$(obj)
>
$(DOC)
"
$(THISDIR)
/
$(BLD)
/make-docfile"
-d
../src
$(lisp)
>>
$(DOC)
"
$(THISDIR)
/
$(BLD)
/make-docfile"
-o
$(DOC)
-d
../src
$(obj)
"
$(THISDIR)
/
$(BLD)
/make-docfile"
-a
$(DOC)
-d
../src
$(lisp)
$(CP)
$(DOC)
../etc/DOC-X
-
mkdir
"../src/
$(OBJDIR)
"
-
mkdir
"../src/
$(OBJDIR)
/etc"
...
...
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