current GNUmakefile.in,1.245,1.246
Fabian Keil <[email protected]> Tue, 03 May 2016 13:21:26 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28594
Modified Files:
GNUmakefile.in
Log Message:
Sort find output that is used for distribution tarballs
... to get reproducible results.
Index: GNUmakefile.in
===================================================================
RCS file: /cvsroot/ijbswa/current/GNUmakefile.in,v
retrieving revision 1.245
retrieving revision 1.246
diff -C2 -d -r1.245 -r1.246
*** GNUmakefile.in 3 May 2016 13:21:08 -0000 1.245
--- GNUmakefile.in 3 May 2016 13:21:24 -0000 1.246
***************
*** 176,184 ****
# and escape every '#' in the find. doh.
CONFIG_FILES = $(CONFIGS) \
! `find templates/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS"`
DOC_FILES = AUTHORS LICENSE README ChangeLog INSTALL \
! `find doc/webserver/ -name "*.html" | grep -v "\(webserver\|team\)\/index\.html"` \
! `find doc/webserver/ -name "*.css"` \
$(MAN_PAGE)
--- 176,184 ----
# and escape every '#' in the find. doh.
CONFIG_FILES = $(CONFIGS) \
! `find templates/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS" | sort`
DOC_FILES = AUTHORS LICENSE README ChangeLog INSTALL \
! `find doc/webserver/ -name "*.html" | grep -v "\(webserver\|team\)\/index\.html" | sort` \
! `find doc/webserver/ -name "*.css" | sort` \
$(MAN_PAGE)
***************
*** 405,409 ****
for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \
-o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \
! -name "PACKAGERS" \)`; do \
files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \
done && \
--- 405,409 ----
for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \
-o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \
! -name "PACKAGERS" \) | sort`; do \
files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \
done && \
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z