Skip to content

Commit

Permalink
Don't echo the commands for "make releasetar" (they were echoed when
Browse files Browse the repository at this point in the history
debugging, but they're not supposed to be echoed).
  • Loading branch information
yuguy committed May 27, 2008
1 parent e2da3db commit 720a1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.122 2008-05-26 21:12:23 guy Exp $ (LBL)
# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.123 2008-05-27 07:17:04 guy Exp $ (LBL)

#
# Various configurable paths (remember to edit Makefile.in, not Makefile)
Expand Down Expand Up @@ -476,7 +476,7 @@ packaging/pcap.spec: packaging/pcap.spec.in VERSION
sed -e s/@VERSION@/$$RPMVERSION/ -e s/@NAME@/libpcap-`cat VERSION`/ $< > $@

releasetar:
cwd=`pwd` ; dir=`basename $$cwd` ; name=$(PROG)-`cat VERSION` ; \
@cwd=`pwd` ; dir=`basename $$cwd` ; name=$(PROG)-`cat VERSION` ; \
mkdir $$name; \
tar cf - $(CSRC) $(HDR) $(MAN3PCAP) $(MAN4) $(EXTRA_DIST) | (cd $$name; tar xf -); \
tar -c -z -f $$name.tar.gz $$name; \
Expand Down

0 comments on commit 720a1e8

Please sign in to comment.