Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
b8b094dc
Commit
b8b094dc
authored
Apr 13, 2002
by
Joel Rosdahl
Browse files
Made target "verbose" work again.
parent
e0794309
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
b8b094dc
2002-04-13 Joel Rosdahl <joel@lysator.liu.se>
* Makefile (verbose-el): Made target "verbose" work again.
2002-04-13 Johan Sundström <jhs@lysator.liu.se>
* commands1.el (kom-review-presentation): When a prefix argument
...
...
src/Makefile
View file @
b8b094dc
...
...
@@ -154,11 +154,11 @@ lyskom-%-$(CLIENTVERSION).el: $(HEADER) %-strings.el $(SOURCES)
verbose
:
verbose-el $(TARGET)
verbose-el
:
$(HEADER) $(LANGUAGE-EL) $(SOURCES)
cp
/dev/null
$
@
cp
/dev/null
$
(
TARGET-EL
)
for
i
in
$^
;
do
\
echo
'(eval-when-compile (message "Compiling %s" "'
$$
i
'"))'
\
>>
$
@
;
\
cat
$$
i
>>
$
@
;
\
>>
$
(
TARGET-EL
)
;
\
cat
$$
i
>>
$
(
TARGET-EL
)
;
\
done
%.elc
:
%.el _header.el
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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