Skip to content

Commit 4298c96

Browse files
committed
[CSS2] Remove dependency on CVS for unused log target
1 parent ca9a2e4 commit 4298c96

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

css2/Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -561,15 +561,6 @@ checkx: build/checkx.out
561561
@$(DIFF) checkx.out build/checkx.out >build/checkx.diff \
562562
|| echo output differs, see build/checkx.diff for details.
563563

564-
# get cvs logs
565-
566-
FROMDATE=1 week ago
567-
log:
568-
@for i in `cat DOC/FILES` ; \
569-
do cvs log -d ">$(FROMDATE)" $$i >/tmp/log; \
570-
$(GREP) "selected revisions: 0" /tmp/log >/dev/null || cat /tmp/log; \
571-
done; rm /tmp/log
572-
573564
clean:
574565
$(RM) $(SPECOBJS) $(PROPBLKSDIR)/* \
575566
$(SPECOBJS:.html=.srd) $(SPECOBJS:.html=.subtoc) \

0 commit comments

Comments
 (0)