trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/server/gnun GNUmakefile ChangeLog


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun GNUmakefile ChangeLog
Date: Tue, 15 Oct 2013 07:53:41 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       13/10/15 07:53:40

Modified files:
        gnun/server/gnun: GNUmakefile ChangeLog 

Log message:
        * GNUmakefile (fixperm): Remove function; it is not needed any more.
        ($(rootdir)/gnusflashes.%.include, article-pot-rules, article-rules):
        Don't invoke `fixperm'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.170&r2=1.171
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.389&r2=1.390

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -b -r1.170 -r1.171
--- GNUmakefile 8 Oct 2013 04:38:23 -0000       1.170
+++ GNUmakefile 15 Oct 2013 07:53:36 -0000      1.171
@@ -661,14 +661,6 @@
 $(add-gnun-tags)
 endef
 
-# The command to restore the necessary write permissions of the
-# target.  This is a workaround for a CVS quirk that affects only the
-# `www' repository.
-# 
http://lists.gnu.org/archive/html/savannah-hackers-public/2008-06/msg00046.html
-define fixperm
-chmod +w $@
-endef
-
 # The command to filter out HTML comments
 define skip-comments
  $(SED) \
@@ -847,7 +839,6 @@
 # Derive the targets from whatsnew.LANG.include.  Pattern rules rule.
 $(rootdir)/gnusflashes.%.include: $(template-dir)/whatsnew.%.include
        [ -f $@ ] || (touch $@ ; $(VCSSKIP) $(vcs) add $@)
-       $(fixperm)
        echo "<!--Automatically generated by GNUN; do not edit!-->" > $@
        $(GREP) '<dd>.*</dd>' $< | head -n 3 >> $@
        $(SED) --in-place "s/\(\/\?\)dd>/\1p>/g" $@ || (touch $< ; exit 1)
@@ -913,7 +904,6 @@
 
 $(1).pot: $(1).proto
        $$(addfile)
-       $$(fixperm)
        $$(generate-pot)
 
 # We assume that updating the .translist doesn't affect the validity
@@ -945,7 +935,6 @@
 
 define article-rules
 $(1).po: $(basename $(1)).pot $(MASTER-$(2))
-       $$(fixperm)
        $(call update-po,$$@,$$<,$(2))
 
 $(subst /po/,/,$(1).html): $(basename $(1)).proto $(1).po
@@ -998,7 +987,6 @@
             $(if $(findstring .$(ANNOUNCE).,.yes.), \
              $(call add-file,$$@,$$(@F).hook-ann), \
              $(call add-file,$$@)); \
-             $$(fixperm); \
              mv address@hidden $$@; \
           fi; \
         fi

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -b -r1.389 -r1.390
--- ChangeLog   8 Oct 2013 04:38:23 -0000       1.389
+++ ChangeLog   15 Oct 2013 07:53:39 -0000      1.390
@@ -1,3 +1,10 @@
+2013-10-15  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (fixperm): Remove function; it is not
+       needed any more.
+       ($(rootdir)/gnusflashes.%.include, article-pot-rules):
+       (article-rules): Don't invoke `fixperm'.
+
 2013-10-08  Pavel Kharitonov  <address@hidden>
 
        Improve portability.
@@ -29,7 +36,7 @@
        construct.  Reword checking for whether to $(ANNOUNCE).
        * GNUmakefile.team (DIFF_PO_LANG, sync, notify-translator):
        Invoke grep more portably.
-       * (cmp-POs): Replace `diff -I' with a more portable
+       (cmp-POs): Replace `diff -I' with a more portable
        construct.
        * README: Document dependencies on `bash', `mktemp', `mail',
        `base64' or `uuencode'.



reply via email to

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