This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Make dist


Thanks for the pointer.

But how do I use the src-release file?  It seems to be a
makefile.  But from what directory should I run it?  and do I 
need to pass it arguments or what?

From the source directory I get:

~/binutils/src$ make -f src-release 
make: *** No rule to make target `list-of-support-files-for-tool-in-question', needed by `taz'.  Stop.

and from the build directory I get:

john@muse:/Scratch/john/binutils$ make -f ~/binutils/src/src-release 
make: *** No rule to make target `README', needed by `taz'.  Stop.


????


On Thu, Jul 26, 2012 at 06:13:36PM -0400, Mike Frysinger wrote:
     On Thursday 26 July 2012 17:10:16 Andreas Schwab wrote:
     > John Darrington <john@darrington.wattle.id.au> writes:
     > > So how _do_ I create the tarball?
     > 
     > See the src-release script in the toplevel dir.
     
     2012-07-26  Mike Frysinger  <vapier@gentoo.org>
     
     	* Makefile.tpl (dist): Mention the src-release file.
     	* Makefile.in: Regenerated.
     
     --- a/Makefile.in
     +++ b/Makefile.in
     @@ -2505,7 +2505,7 @@ dir.info: do-install-info
      
      dist:
      	@echo "Building a full distribution of this tree isn't done"
     -	@echo "via 'make dist'.  Check out the etc/ subdirectory" 
     +	@echo "via 'make dist'.  Check out the src-release file."
      
      etags tags: TAGS
      
     --- a/Makefile.tpl
     +++ b/Makefile.tpl
     @@ -950,7 +950,7 @@ dir.info: do-install-info
      
      dist:
      	@echo "Building a full distribution of this tree isn't done"
     -	@echo "via 'make dist'.  Check out the etc/ subdirectory" 
     +	@echo "via 'make dist'.  Check out the src-release file."
      
      etags tags: TAGS
      



-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]