mirror of
https://github.com/westes/flex.git
synced 2026-01-27 01:44:23 +00:00
only rebuild the ChangeLog if we're inside a cvs working directory
This commit is contained in:
parent
ac7953a808
commit
9709dfdf79
@ -177,10 +177,12 @@ filter.o: filter.c flexdef.h flexint.h
|
||||
tags:
|
||||
ctags --c-types='defgmstuv' $(srcdir)/*.[ch]
|
||||
|
||||
# Create the ChangeLog
|
||||
# Create the ChangeLog, but only if we're inside a cvs working directory
|
||||
|
||||
ChangeLog:
|
||||
sh $(srcdir)/tools/cvs2cl.pl -F trunk -U $(srcdir)/tools/cvsauthors
|
||||
if [ -d CVS ] ; then \
|
||||
sh $(srcdir)/tools/cvs2cl.pl -F trunk -U $(srcdir)/tools/cvsauthors \
|
||||
; fi
|
||||
|
||||
# Run GNU indent on sources. Don't run this unless all the sources compile cleanly.
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user