/[make]/make/maintMakefile
ViewVC logotype

Diff of /make/maintMakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.34 by psmith, Mon Jul 4 03:50:59 2005 UTC revision 2.35 by psmith, Tue Jul 12 04:35:13 2005 UTC
# Line 64  build.sh.in: build.template Makefile Line 64  build.sh.in: build.template Makefile
64  #  #
65  DEP_FILES := $(wildcard $(DEPDIR)/*.Po)  DEP_FILES := $(wildcard $(DEPDIR)/*.Po)
66  .dep_segment: Makefile.am maintMakefile $(DEP_FILES)  .dep_segment: Makefile.am maintMakefile $(DEP_FILES)
67            rm -f $@
68          (for f in $(DEPDIR)/*.Po; do \          (for f in $(DEPDIR)/*.Po; do \
69             echo ""; \             echo ""; \
70             echo "# $$f"; \             echo "# $$f"; \
71             cat $$f \             sed  -e '/^[^:]*\.[ch] *:/d' \
72               | sed -e '/^[^:]*\.[ch] *:/d' \                  -e 's, /usr/[^ ]*,,g' \
73                     -e 's, /usr/[^ ]*,,g' \                  -e 's, $(srcdir)/, ,g' \
74                     -e 's, $(srcdir)/, ,g' \                  -e '/^ *\\$$/d' \
75                     -e '/^ *\\$$/d' \                  -e '/^ *$$/d' \
76                     -e '/^ *$$/d'; \                  < $$f; \
77           done) > $@           done) > $@
78    
79  # Get rid of everything "else".  # Get rid of everything "else".

Legend:
Removed from v.2.34  
changed lines
  Added in v.2.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26