groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff ChangeLog src/roff/groff/Makefile.sub


From: Bernd Warken
Subject: [Groff-commit] groff ChangeLog src/roff/groff/Makefile.sub
Date: Tue, 30 Apr 2013 16:15:44 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Bernd Warken <bwarken>  13/04/30 16:15:43

Modified files:
        .              : ChangeLog 
        src/roff/groff : Makefile.sub 

Log message:
        src/roff/groff/Makefile.sub: Use $(GREP) instead of `egrep'.  Don't use
        `$(CCSRCS)' any more as prerequisits..

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1420&r2=1.1421
http://cvs.savannah.gnu.org/viewcvs/groff/src/roff/groff/Makefile.sub?cvsroot=groff&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1420
retrieving revision 1.1421
diff -u -b -r1.1420 -r1.1421
--- ChangeLog   30 Apr 2013 00:40:33 -0000      1.1420
+++ ChangeLog   30 Apr 2013 16:15:35 -0000      1.1421
@@ -1,5 +1,10 @@
 2013-04-30  Bernd Warken  <address@hidden>
 
+       * src/roff/groff/Makefile.sub: Replace `egrep' by `$(GREP)'.
+       commands.  Don't use $(CCSRCS) any more.
+
+2013-04-30  Bernd Warken  <address@hidden>
+
        * Makefile.in, m4/groff.m4: Add address@hidden@' and
        `$libprogramdir' (usually `/usr/local/lib/groff').  Change
        `$libdir/groff' into $libprogramdir for several `groff' programs.

Index: src/roff/groff/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/src/roff/groff/Makefile.sub,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- src/roff/groff/Makefile.sub 30 Apr 2013 00:40:40 -0000      1.12
+++ src/roff/groff/Makefile.sub 30 Apr 2013 16:15:41 -0000      1.13
@@ -42,10 +42,10 @@
 RM=rm -f
 
 .PHONY: all
-all: $(CCSRCS) groff_opts.tmp $(GROFF_OPTS_OUTPUT)
+all: $(srcdir)/groff.cpp groff_opts.tmp $(GROFF_OPTS_OUTPUT)
 
-groff_opts.tmp: $(CCSRCS)
-       @$(EGREP) -e ':.*:.*:' $< \
+groff_opts.tmp: $(srcdir)/cpp
+       @$(GREP) -e ':.*:.*:' $< \
        | sed -e 's/[ \t",]//g' > $@
        @echo -n 'groff options: '
        @cat $@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]