mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Add ChangeLog target
This commit is contained in:
parent
186ef7e688
commit
d53f352c4e
5
Makefile
5
Makefile
@ -21,6 +21,9 @@ SUBDIRS = src plugins/sample doc
|
|||||||
all install: config.status
|
all install: config.status
|
||||||
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
|
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
|
||||||
|
|
||||||
|
ChangeLog:
|
||||||
|
hg log --style=changelog -b default > $@
|
||||||
|
|
||||||
config.status:
|
config.status:
|
||||||
@if [ ! -s config.status ]; then \
|
@if [ ! -s config.status ]; then \
|
||||||
echo "Please run configure first"; \
|
echo "Please run configure first"; \
|
||||||
@ -35,7 +38,7 @@ mostlyclean: clean
|
|||||||
|
|
||||||
distclean: config.status
|
distclean: config.status
|
||||||
-rm -rf compat/*.o pathnames.h config.h config.status config.cache \
|
-rm -rf compat/*.o pathnames.h config.h config.status config.cache \
|
||||||
config.log libtool stamp-h* autom4te.cache
|
config.log libtool stamp-h* autom4te.cache ChangeLog
|
||||||
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
|
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
|
||||||
|
|
||||||
cleandir: distclean
|
cleandir: distclean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user