bug-gsrc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gsrc] /srv/bzr/gsrc/trunk r768: avoid stray files in "make dist" (r


From: Brian Gough
Subject: [bug-gsrc] /srv/bzr/gsrc/trunk r768: avoid stray files in "make dist" (required GNU make)
Date: Wed, 31 Aug 2011 15:05:35 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 768
committer: Brian Gough <address@hidden>
branch nick: trunk
timestamp: Wed 2011-08-31 15:05:35 +0100
message:
  avoid stray files in "make dist" (required GNU make)
modified:
  GNUmakefile.am
=== modified file 'GNUmakefile.am'
--- a/GNUmakefile.am    2011-08-08 16:46:55 +0000
+++ b/GNUmakefile.am    2011-08-31 14:05:35 +0000
@@ -1,5 +1,5 @@
 SUBDIRS = doc
-EXTRA_DIST = gar.mk gar.master.mk gar.conf.mk gar.env.mk gar.lib.mk 
gar.site.mk gar.lib/auto.mk deps gnu
+EXTRA_DIST = gar.mk gar.master.mk gar.conf.mk gar.env.mk gar.lib.mk 
gar.site.mk gar.lib/auto.mk $(shell echo 
{deps,gnu}/*/{Makefile,gpg-keyring,sha256sums})
 
 GSRC =  gcc binutils gdb mpfr gmp
 GSRC += m4 make autoconf automake libtool bison gperf gawk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]