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
|
||||
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
|
||||
|
||||
ChangeLog:
|
||||
hg log --style=changelog -b default > $@
|
||||
|
||||
config.status:
|
||||
@if [ ! -s config.status ]; then \
|
||||
echo "Please run configure first"; \
|
||||
@ -35,7 +38,7 @@ mostlyclean: clean
|
||||
|
||||
distclean: config.status
|
||||
-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
|
||||
|
||||
cleandir: distclean
|
||||
|
Loading…
x
Reference in New Issue
Block a user