projects
/
sigrok-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
78912cc
)
sr/srd/cli/gtk: ChangeLog -> MAINTAINERCLEANFILES.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 29 May 2012 18:30:15 +0000
(20:30 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 29 May 2012 18:30:15 +0000
(20:30 +0200)
If the (generated) ChangeLog file is marked for DISTCLEANFILES, it'll be
removed whenever "make distclean" is called (and is then gone forever if
you use the tarballs, for example).
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 2aeb66cf3a76540084d8d617e6b5bbeb8ac9afd4..9e10e5c3e23bc3f4efe924bd4c366d5621d33106 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-25,7
+25,7
@@
bin_PROGRAMS = sigrok-cli
sigrok_cli_SOURCES = sigrok-cli.c sigrok-cli.h parsers.c anykey.c
-
DIST
CLEANFILES = ChangeLog
+
MAINTAINER
CLEANFILES = ChangeLog
.PHONY: ChangeLog
ChangeLog: