mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
Fix ChangeLog creation from build dir
This commit is contained in:
parent
482f9cfc83
commit
669ca78990
@ -53,14 +53,17 @@ SHELL = @SHELL@
|
|||||||
all: config.status
|
all: config.status
|
||||||
for d in $(SUBDIRS) $(SAMPLES); do (cd $$d && $(MAKE) $@) || break; done
|
for d in $(SUBDIRS) $(SAMPLES); do (cd $$d && $(MAKE) $@) || break; done
|
||||||
|
|
||||||
install install-dirs install-binaries install-includes install-doc install-plugin uninstall: config.status
|
install-dirs install-binaries install-includes install-plugin uninstall: config.status
|
||||||
|
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@) || break; done
|
||||||
|
|
||||||
|
install install-doc: config.status ChangeLog
|
||||||
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@) || break; done
|
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@) || break; done
|
||||||
|
|
||||||
autoconf:
|
autoconf:
|
||||||
autoconf -I m4
|
autoconf -I m4
|
||||||
|
|
||||||
ChangeLog:
|
ChangeLog:
|
||||||
test -d $(srcdir)/.hg && hg log --style=changelog -b default > $@
|
(cd $(srcdir) && test -d .hg && hg log --style=changelog -b default > $@)
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@echo nothing to check
|
@echo nothing to check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user