delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/08/17/10:26:05

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Date: Thu, 17 Aug 2000 10:25:31 -0400
From: Jason Tishler <Jason DOT Tishler AT dothill DOT com>
To: Matt Minnis <mminnis AT prefres DOT com>
Cc: cygwin AT sources DOT redhat DOT com
Subject: Re: tar question
Message-ID: <20000817102531.G1036@DP>
References: <20000816234240 DOT 4153 DOT qmail AT web111 DOT yahoomail DOT com> <4 DOT 3 DOT 2 DOT 7 DOT 2 DOT 20000817083850 DOT 0223eec0 AT mail DOT prefres DOT com>
Mime-Version: 1.0
User-Agent: Mutt/1.2.4i
In-Reply-To: <4.3.2.7.2.20000817083850.0223eec0@mail.prefres.com>; from mminnis@prefres.com on Thu, Aug 17, 2000 at 08:53:42AM -0500
Organization: Dot Hill Systems Corp.

Matt,

On Thu, Aug 17, 2000 at 08:53:42AM -0500, Matt Minnis wrote:
> Here is my command line:
>          @tar -zcvf $(TARBALL) Makefile *.c *.h ./tracer/* \
>             License Readme version ./monitor/*  --exclude=./monitor/monitor.o

Use the following instead:

    tar -zcvf $(TARBALL) Makefile *.c *.h ./tracer/* \
        License Readme version ./monitor --exclude=./monitor/monitor.o
                                        ^
                                        +--- see below

Note that there is no "/*" after "./monitor" above.

You are explicitly specifying "./monitor/monitor.o" on the commandline
via "./monitor/*", so the exclude option is being ignored.  Hence, the
guess in my previous email was correct.

Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason DOT Tishler AT dothill DOT com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019